Html Css Color HEX #08C0AC Caribbean Green

📋 copy color: '#08C0AC'

red 8 ◦ green 192 ◦ blue 172

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

Shades of Caribbean Green #08C0AC

Tints of Caribbean Green #08C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 2.15%
G = 51.61%
B = 46.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#08C0AC (or 0x08C0AC) is known color: Caribbean Green. HEX triplet: 08, C0 and AC. RGB value is (8,192,172). Sum of RGB (Red+Green+Blue) = 8+192+172=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #08C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C0AC is #F73F53. Grayscale: #868686. Windows color (decimal): -16203604 or 11321352. OLE color: 11321352.

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

Color convert

RGB 8 192 172 -
CMYK 0.96 0 0.10 0.25
HSL 173.48º 0.92% 0.39% -
HSV(B) 173.48º 0.96% 0.75% -
XYZ 26.4 40.73 45.5 -
YUV 134.7 149.04 37.63 -
System Red Green Blue C M Y K H S L
Decimal 8 192 172 0.96 0 0.10 0.25 173.48 0.92 0.39
Hex 8 C0 AC 60 0 A 19 AD 5C 27
Octal 10 300 254 140 0 12 31 255 134 47
Binary 1000 11000000 10101100 1100000 0 1010 11001 10101101 1011100 100111

Color Harmonies of #08C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C0AC

Black with #08C0AC

Text Example


Text Example

White with #08C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,192,172); }

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

background-color css

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

 a { background-color: rgb(8,192,172); }

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

border-color css

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

 span { border-color: rgb(8,192,172); }

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