Html Css Color HEX #08C1AA Caribbean Green

📋 copy color: '#08C1AA'

red 8 ◦ green 193 ◦ blue 170

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

Shades of Caribbean Green #08C1AA

Tints of Caribbean Green #08C1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.02%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 2.16%
G = 52.02%
B = 45.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#08C1AA (or 0x08C1AA) is known color: Caribbean Green. HEX triplet: 08, C1 and AA. RGB value is (8,193,170). Sum of RGB (Red+Green+Blue) = 8+193+170=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #08C1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C1AA is #F73E55. Grayscale: #868686. Windows color (decimal): -16203350 or 11190536. OLE color: 11190536.

HSL color Cylindrical-coordinate representation of color #08C1AA: hue angle of 172.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C1AA is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 193 170 -
CMYK 0.96 0 0.12 0.24
HSL 172.54º 0.92% 0.39% -
HSV(B) 172.54º 0.96% 0.76% -
XYZ 26.43 41.09 44.57 -
YUV 135.06 147.71 37.37 -
System Red Green Blue C M Y K H S L
Decimal 8 193 170 0.96 0 0.12 0.24 172.54 0.92 0.39
Hex 8 C1 AA 60 0 C 18 AD 5C 27
Octal 10 301 252 140 0 14 30 255 134 47
Binary 1000 11000001 10101010 1100000 0 1100 11000 10101101 1011100 100111

Color Harmonies of #08C1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C1AA

Black with #08C1AA

Text Example


Text Example

White with #08C1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,193,170); }

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

background-color css

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

 a { background-color: rgb(8,193,170); }

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

border-color css

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

 span { border-color: rgb(8,193,170); }

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