Html Css Color HEX #06CCAC Caribbean Green

📋 copy color: '#06CCAC'

red 6 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #06CCAC

Tints of Caribbean Green #06CCAC

RGB

 RED value IS 6 (2.73% from 255) = 1.57%

 GREEN value IS 204 (80.08% from 255) = 53.4%

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

R = 1.57%
G = 53.4%
B = 45.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#06CCAC (or 0x06CCAC) is known color: Caribbean Green. HEX triplet: 06, CC and AC. RGB value is (6,204,172). Sum of RGB (Red+Green+Blue) = 6+204+172=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #06CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CCAC is #F93353. Grayscale: #8D8D8D. Windows color (decimal): -16331604 or 11324422. OLE color: 11324422.

HSL color Cylindrical-coordinate representation of color #06CCAC: hue angle of 170.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CCAC is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 204 172 -
CMYK 0.97 0 0.16 0.2
HSL 170.3º 0.94% 0.41% -
HSV(B) 170.3º 0.97% 0.8% -
XYZ 29.11 46.2 46.41 -
YUV 141.15 145.4 31.6 -
System Red Green Blue C M Y K H S L
Decimal 6 204 172 0.97 0 0.16 0.2 170.3 0.94 0.41
Hex 6 CC AC 61 0 10 14 AA 5E 29
Octal 6 314 254 141 0 20 24 252 136 51
Binary 110 11001100 10101100 1100001 0 10000 10100 10101010 1011110 101001

Color Harmonies of #06CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CCAC

Black with #06CCAC

Text Example


Text Example

White with #06CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CCAC; }

 p { color: rgb(6,204,172); }

 H1.HeaderClassName
 {
   color: #06CCAC;
 }
 .AnyTagClassName
 {
   color: #06CCAC;
 }
</style>

background-color css

<style>
 a { background-color: #06CCAC; }

 a { background-color: rgb(6,204,172); }

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

border-color css

<style>
 span { border-color: #06CCAC; }

 span { border-color: rgb(6,204,172); }

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