Html Css Color HEX #08DEA0 Caribbean Green

📋 copy color: '#08DEA0'

red 8 ◦ green 222 ◦ blue 160

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

Shades of Caribbean Green #08DEA0

Tints of Caribbean Green #08DEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 2.05%
G = 56.92%
B = 41.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#08DEA0 (or 0x08DEA0) is known color: Caribbean Green. HEX triplet: 08, DE and A0. RGB value is (8,222,160). Sum of RGB (Red+Green+Blue) = 8+222+160=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 222 (87.11% from 255 or 56.92% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 222 - color contains mainly: green. Hex color #08DEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DEA0 is #F7215F. Grayscale: #969696. Windows color (decimal): -16195936 or 10542600. OLE color: 10542600.

HSL color Cylindrical-coordinate representation of color #08DEA0: hue angle of 162.62º 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 #08DEA0 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 222 160 -
CMYK 0.96 0 0.28 0.13
HSL 162.62º 0.93% 0.45% -
HSV(B) 162.62º 0.96% 0.87% -
XYZ 32.57 54.83 42.12 -
YUV 150.95 133.1 26.04 -
System Red Green Blue C M Y K H S L
Decimal 8 222 160 0.96 0 0.28 0.13 162.62 0.93 0.45
Hex 8 DE A0 60 0 1C D A3 5D 2D
Octal 10 336 240 140 0 34 15 243 135 55
Binary 1000 11011110 10100000 1100000 0 11100 1101 10100011 1011101 101101

Color Harmonies of #08DEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DEA0

Black with #08DEA0

Text Example


Text Example

White with #08DEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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