Html Css Color HEX #00DC92 Caribbean Green

📋 copy color: '#00DC92'

red 0 ◦ green 220 ◦ blue 146

#00DC92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #00DC92

Tints of Caribbean Green #00DC92

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 220 (86.33% from 255) = 60.11%

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 0%
G = 60.11%
B = 39.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00DC92 (or 0x00DC92) is known color: Caribbean Green. HEX triplet: 00, DC and 92. RGB value is (0,220,146). Sum of RGB (Red+Green+Blue) = 0+220+146=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DC92 is #FF236D. Grayscale: #919191. Windows color (decimal): -16720750 or 9624576. OLE color: 9624576.

HSL color Cylindrical-coordinate representation of color #00DC92: hue angle of 159.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DC92 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 220 146 -
CMYK 1 0 0.34 0.14
HSL 159.82º 1% 0.43% -
HSV(B) 159.82º 1% 0.86% -
XYZ 30.78 53.26 35.85 -
YUV 145.78 128.11 24.02 -
System Red Green Blue C M Y K H S L
Decimal 0 220 146 1 0 0.34 0.14 159.82 1 0.43
Hex 0 DC 92 64 0 22 E A0 64 2B
Octal 0 334 222 144 0 42 16 240 144 53
Binary 0 11011100 10010010 1100100 0 100010 1110 10100000 1100100 101011

Color Harmonies of #00DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DC92

Black with #00DC92

Text Example


Text Example

White with #00DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DC92; }

 p { color: rgb(0,220,146); }

 H1.HeaderClassName
 {
   color: #00DC92;
 }
 .AnyTagClassName
 {
   color: #00DC92;
 }
</style>

background-color css

<style>
 a { background-color: #00DC92; }

 a { background-color: rgb(0,220,146); }

 div.DivClassName
 {
   background-color: #00DC92;
 }
 .BgClassName
 {
   background-color: #00DC92;
 }
</style>

border-color css

<style>
 span { border-color: #00DC92; }

 span { border-color: rgb(0,220,146); }

 td.TdClassName
 {
   border-color: #00DC92;
 }
 .TagClassName
 {
   border-color: #00DC92;
 }
</style>