Html Css Color HEX #08DEA8 Caribbean Green

📋 copy color: '#08DEA8'

red 8 ◦ green 222 ◦ blue 168

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

Shades of Caribbean Green #08DEA8

Tints of Caribbean Green #08DEA8

RGB

 RED value IS 8 (3.52% from 255) = 2.01%

 GREEN value IS 222 (87.11% from 255) = 55.78%

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 2.01%
G = 55.78%
B = 42.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#08DEA8 (or 0x08DEA8) is known color: Caribbean Green. HEX triplet: 08, DE and A8. RGB value is (8,222,168). Sum of RGB (Red+Green+Blue) = 8+222+168=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #08DEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DEA8 is #F72157. Grayscale: #979797. Windows color (decimal): -16195928 or 11066888. OLE color: 11066888.

HSL color Cylindrical-coordinate representation of color #08DEA8: hue angle of 164.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DEA8 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 222 168 -
CMYK 0.96 0 0.24 0.13
HSL 164.86º 0.93% 0.45% -
HSV(B) 164.86º 0.96% 0.87% -
XYZ 33.29 55.12 45.93 -
YUV 151.86 137.1 25.39 -
System Red Green Blue C M Y K H S L
Decimal 8 222 168 0.96 0 0.24 0.13 164.86 0.93 0.45
Hex 8 DE A8 60 0 18 D A5 5D 2D
Octal 10 336 250 140 0 30 15 245 135 55
Binary 1000 11011110 10101000 1100000 0 11000 1101 10100101 1011101 101101

Color Harmonies of #08DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DEA8

Black with #08DEA8

Text Example


Text Example

White with #08DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08DEA8; }

 p { color: rgb(8,222,168); }

 H1.HeaderClassName
 {
   color: #08DEA8;
 }
 .AnyTagClassName
 {
   color: #08DEA8;
 }
</style>

background-color css

<style>
 a { background-color: #08DEA8; }

 a { background-color: rgb(8,222,168); }

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

border-color css

<style>
 span { border-color: #08DEA8; }

 span { border-color: rgb(8,222,168); }

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