#06CB7E

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

Shades of Caribbean Green #06CB7E

Tints of Caribbean Green #06CB7E

Color information

#06CB7E (or 0x06CB7E) is unknown color: approx Caribbean Green. HEX triplet: 06, CB and 7E. RGB value is (6,203,126). Sum of RGB (Red+Green+Blue) = 6+203+126=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CB7E is #F93481. Grayscale: #878787. Windows color (decimal): -16331906 or 8309510. OLE color: 8309510.

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

Color convert

RGB6203126-
CMYK0.9700.380.20
HSL156.55º94.26%40.98%-
HSV(B)156.55º97.04%79.61%-
XYZ25.244.2626.95-
YUV135.32122.7335.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 203 (79.69% from 255) = 60.60%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=1.79%
G=60.60%
B=37.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62031260.9700.380.20156.5594.2640.98
Hex6CB7E61026149d5e29
Octal63131761410462423513651
Binary1101100101111111101100001010011010100100111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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