#06CB85

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

Shades of Caribbean Green #06CB85

Tints of Caribbean Green #06CB85

Color information

#06CB85 (or 0x06CB85) is unknown color: approx Caribbean Green. HEX triplet: 06, CB and 85. RGB value is (6,203,133). Sum of RGB (Red+Green+Blue) = 6+203+133=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CB85 is #F9347A. Grayscale: #888888. Windows color (decimal): -16331899 or 8768262. OLE color: 8768262.

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

Color convert

RGB6203133-
CMYK0.9700.340.20
HSL158.68º94.26%40.98%-
HSV(B)158.68º97.04%79.61%-
XYZ25.6644.4429.42-
YUV136.12126.2335.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.75%
GREEN value IS 203 (79.69% from 255) = 59.36%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=1.75%
G=59.36%
B=38.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62031330.9700.340.20158.6894.2640.98
Hex6CB8561022149f5e29
Octal63132051410422423713651
Binary11011001011100001011100001010001010100100111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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