Html Css Color HEX #00D08C Caribbean Green

📋 copy color: '#00D08C'

red 0 ◦ green 208 ◦ blue 140

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

Shades of Caribbean Green #00D08C

Tints of Caribbean Green #00D08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.77%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 0%
G = 59.77%
B = 40.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#00D08C (or 0x00D08C) is known color: Caribbean Green. HEX triplet: 00, D0 and 8C. RGB value is (0,208,140). Sum of RGB (Red+Green+Blue) = 0+208+140=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #00D08C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D08C is #FF2F73. Grayscale: #8A8A8A. Windows color (decimal): -16723828 or 9228288. OLE color: 9228288.

HSL color Cylindrical-coordinate representation of color #00D08C: hue angle of 160.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D08C is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 208 140 -
CMYK 1 0 0.33 0.18
HSL 160.38º 1% 0.41% -
HSV(B) 160.38º 1% 0.82% -
XYZ 27.29 47.01 32.45 -
YUV 138.06 129.09 29.53 -
System Red Green Blue C M Y K H S L
Decimal 0 208 140 1 0 0.33 0.18 160.38 1 0.41
Hex 0 D0 8C 64 0 21 12 A0 64 29
Octal 0 320 214 144 0 41 22 240 144 51
Binary 0 11010000 10001100 1100100 0 100001 10010 10100000 1100100 101001

Color Harmonies of #00D08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D08C

Black with #00D08C

Text Example


Text Example

White with #00D08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,208,140); }

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

background-color css

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

 a { background-color: rgb(0,208,140); }

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

border-color css

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

 span { border-color: rgb(0,208,140); }

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