#06C0AD

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

Shades of Caribbean Green #06C0AD

Tints of Caribbean Green #06C0AD

Color information

#06C0AD (or 0x06C0AD) is unknown color: approx Caribbean Green. HEX triplet: 06, C0 and AD. RGB value is (6,192,173). Sum of RGB (Red+Green+Blue) = 6+192+173=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #06C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C0AD is #F93F52. Grayscale: #868686. Windows color (decimal): -16334675 or 11386886. OLE color: 11386886.

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

Color convert

RGB6192173-
CMYK0.9700.100.25
HSL173.87º93.94%38.82%-
HSV(B)173.87º96.88%75.29%-
XYZ26.4740.7646.01-
YUV134.22149.8836.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.62%
GREEN value IS 192 (75.39% from 255) = 51.75%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=1.62%
G=51.75%
B=46.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61921730.9700.100.25173.8793.9438.82
Hex6C0AD610A19ae5e27
Octal63002551410123125613647
Binary110110000001010110111000010101011001101011101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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