Html Css Color HEX #08C2AF Caribbean Green

📋 copy color: '#08C2AF'

red 8 ◦ green 194 ◦ blue 175

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

Shades of Caribbean Green #08C2AF

Tints of Caribbean Green #08C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.46%

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 2.12%
G = 51.46%
B = 46.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#08C2AF (or 0x08C2AF) is known color: Caribbean Green. HEX triplet: 08, C2 and AF. RGB value is (8,194,175). Sum of RGB (Red+Green+Blue) = 8+194+175=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C2AF is #F73D50. Grayscale: #888888. Windows color (decimal): -16203089 or 11518472. OLE color: 11518472.

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

Color convert

RGB 8 194 175 -
CMYK 0.96 0 0.10 0.24
HSL 173.87º 0.92% 0.4% -
HSV(B) 173.87º 0.96% 0.76% -
XYZ 27.13 41.73 47.18 -
YUV 136.22 149.88 36.54 -
System Red Green Blue C M Y K H S L
Decimal 8 194 175 0.96 0 0.10 0.24 173.87 0.92 0.4
Hex 8 C2 AF 60 0 A 18 AE 5C 28
Octal 10 302 257 140 0 12 30 256 134 50
Binary 1000 11000010 10101111 1100000 0 1010 11000 10101110 1011100 101000

Color Harmonies of #08C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C2AF

Black with #08C2AF

Text Example


Text Example

White with #08C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,194,175); }

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

background-color css

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

 a { background-color: rgb(8,194,175); }

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

border-color css

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

 span { border-color: rgb(8,194,175); }

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