Html Css Color HEX #08CAA2 Caribbean Green

📋 copy color: '#08CAA2'

red 8 ◦ green 202 ◦ blue 162

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

Shades of Caribbean Green #08CAA2

Tints of Caribbean Green #08CAA2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.3%

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 2.15%
G = 54.3%
B = 43.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#08CAA2 (or 0x08CAA2) is known color: Caribbean Green. HEX triplet: 08, CA and A2. RGB value is (8,202,162). Sum of RGB (Red+Green+Blue) = 8+202+162=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #08CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CAA2 is #F7355D. Grayscale: #8B8B8B. Windows color (decimal): -16201054 or 10668552. OLE color: 10668552.

HSL color Cylindrical-coordinate representation of color #08CAA2: hue angle of 167.63º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CAA2 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 202 162 -
CMYK 0.96 0 0.20 0.21
HSL 167.63º 0.92% 0.41% -
HSV(B) 167.63º 0.96% 0.79% -
XYZ 27.74 44.9 41.39 -
YUV 139.43 140.73 34.25 -
System Red Green Blue C M Y K H S L
Decimal 8 202 162 0.96 0 0.20 0.21 167.63 0.92 0.41
Hex 8 CA A2 60 0 14 15 A8 5C 29
Octal 10 312 242 140 0 24 25 250 134 51
Binary 1000 11001010 10100010 1100000 0 10100 10101 10101000 1011100 101001

Color Harmonies of #08CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CAA2

Black with #08CAA2

Text Example


Text Example

White with #08CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,202,162); }

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

background-color css

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

 a { background-color: rgb(8,202,162); }

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

border-color css

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

 span { border-color: rgb(8,202,162); }

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