#06CBB0

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

Shades of Caribbean Green #06CBB0

Tints of Caribbean Green #06CBB0

Color information

#06CBB0 (or 0x06CBB0) is unknown color: approx Caribbean Green. HEX triplet: 06, CB and B0. RGB value is (6,203,176). Sum of RGB (Red+Green+Blue) = 6+203+176=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CBB0 is #F9344F. Grayscale: #8C8C8C. Windows color (decimal): -16331856 or 11586310. OLE color: 11586310.

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

Color convert

RGB6203176-
CMYK0.9700.130.20
HSL171.78º94.26%40.98%-
HSV(B)171.78º97.04%79.61%-
XYZ29.2745.8948.39-
YUV141.02147.7331.7-

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.73%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=1.56%
G=52.73%
B=45.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62031760.9700.130.20171.7894.2640.98
Hex6CBB0610D14ac5e29
Octal63132601410152425413651
Binary110110010111011000011000010110110100101011001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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