#06CBAF

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

Shades of Caribbean Green #06CBAF

Tints of Caribbean Green #06CBAF

Color information

#06CBAF (or 0x06CBAF) is unknown color: approx Caribbean Green. HEX triplet: 06, CB and AF. RGB value is (6,203,175). Sum of RGB (Red+Green+Blue) = 6+203+175=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CBAF is #F93450. Grayscale: #8C8C8C. Windows color (decimal): -16331857 or 11520774. OLE color: 11520774.

HSL color Cylindrical-coordinate representation of color #06CBAF: hue angle of 171.47º 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 #06CBAF is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB6203175-
CMYK0.9700.140.20
HSL171.47º94.26%40.98%-
HSV(B)171.47º97.04%79.61%-
XYZ29.1745.8547.87-
YUV140.9147.2331.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.56%
GREEN value IS 203 (79.69% from 255) = 52.86%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=1.56%
G=52.86%
B=45.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62031750.9700.140.20171.4794.2640.98
Hex6CBAF610E14ab5e29
Octal63132571410162425313651
Binary110110010111010111111000010111010100101010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,203,175); }

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

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

 a { background-color: rgb(6,203,175); }

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

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

 span { border-color: rgb(6,203,175); }

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