#06C5AD

Color #06C5AD Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #06C5AD

Tints of Caribbean Green #06C5AD

Color information

#06C5AD (or 0x06C5AD) is unknown color: approx Caribbean Green. HEX triplet: 06, C5 and AD. RGB value is (6,197,173). Sum of RGB (Red+Green+Blue) = 6+197+173=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #06C5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C5AD is #F93A52. Grayscale: #898989. Windows color (decimal): -16333395 or 11388166. OLE color: 11388166.

HSL color Cylindrical-coordinate representation of color #06C5AD: hue angle of 172.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C5AD is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB6197173-
CMYK0.9700.120.23
HSL172.46º94.09%39.8%-
HSV(B)172.46º96.95%77.25%-
XYZ27.5842.9946.38-
YUV137.16148.2234.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.60%
GREEN value IS 197 (77.34% from 255) = 52.39%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=1.60%
G=52.39%
B=46.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61971730.9700.120.23172.4694.0939.8
Hex6C5AD610C17ac5e28
Octal63052551410142725413650
Binary110110001011010110111000010110010111101011001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,197,173); }

 H1.HeaderClassName
 {
   color: #06C5AD;
 }
 .AnyTagClassName
 {
   color: #06C5AD;
 }
</style>
background-color css

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

 a { background-color: rgb(6,197,173); }

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

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

 span { border-color: rgb(6,197,173); }

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