Html Css Color HEX #08CAA3 Caribbean Green

📋 copy color: '#08CAA3'

red 8 ◦ green 202 ◦ blue 163

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

Shades of Caribbean Green #08CAA3

Tints of Caribbean Green #08CAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.7%

R = 2.14%
G = 54.16%
B = 43.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#08CAA3 (or 0x08CAA3) is known color: Caribbean Green. HEX triplet: 08, CA and A3. RGB value is (8,202,163). Sum of RGB (Red+Green+Blue) = 8+202+163=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #08CAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CAA3 is #F7355C. Grayscale: #8B8B8B. Windows color (decimal): -16201053 or 10734088. OLE color: 10734088.

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

Color convert

RGB 8 202 163 -
CMYK 0.96 0 0.19 0.21
HSL 167.94º 0.92% 0.41% -
HSV(B) 167.94º 0.96% 0.79% -
XYZ 27.83 44.94 41.86 -
YUV 139.55 141.23 34.17 -
System Red Green Blue C M Y K H S L
Decimal 8 202 163 0.96 0 0.19 0.21 167.94 0.92 0.41
Hex 8 CA A3 60 0 13 15 A8 5C 29
Octal 10 312 243 140 0 23 25 250 134 51
Binary 1000 11001010 10100011 1100000 0 10011 10101 10101000 1011100 101001

Color Harmonies of #08CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CAA3

Black with #08CAA3

Text Example


Text Example

White with #08CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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