Html Css Color HEX #00D08A Caribbean Green

📋 copy color: '#00D08A'

red 0 ◦ green 208 ◦ blue 138

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

Shades of Caribbean Green #00D08A

Tints of Caribbean Green #00D08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 0%
G = 60.12%
B = 39.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#00D08A (or 0x00D08A) is known color: Caribbean Green. HEX triplet: 00, D0 and 8A. RGB value is (0,208,138). Sum of RGB (Red+Green+Blue) = 0+208+138=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #00D08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D08A is #FF2F75. Grayscale: #898989. Windows color (decimal): -16723830 or 9097216. OLE color: 9097216.

HSL color Cylindrical-coordinate representation of color #00D08A: hue angle of 159.81º 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 #00D08A is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 208 138 -
CMYK 1 0 0.34 0.18
HSL 159.81º 1% 0.41% -
HSV(B) 159.81º 1% 0.82% -
XYZ 27.14 46.95 31.68 -
YUV 137.83 128.09 29.69 -
System Red Green Blue C M Y K H S L
Decimal 0 208 138 1 0 0.34 0.18 159.81 1 0.41
Hex 0 D0 8A 64 0 22 12 A0 64 29
Octal 0 320 212 144 0 42 22 240 144 51
Binary 0 11010000 10001010 1100100 0 100010 10010 10100000 1100100 101001

Color Harmonies of #00D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D08A

Black with #00D08A

Text Example


Text Example

White with #00D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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