#06E1B1

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

Shades of Caribbean Green #06E1B1

Tints of Caribbean Green #06E1B1

Color information

#06E1B1 (or 0x06E1B1) is unknown color: approx Caribbean Green. HEX triplet: 06, E1 and B1. RGB value is (6,225,177). Sum of RGB (Red+Green+Blue) = 6+225+177=408 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #06E1B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E1B1 is #F91E4E. Grayscale: #9A9A9A. Windows color (decimal): -16326223 or 11657478. OLE color: 11657478.

HSL color Cylindrical-coordinate representation of color #06E1B1: hue angle of 166.85º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E1B1 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB6225177-
CMYK0.9700.210.12
HSL166.85º94.81%45.29%-
HSV(B)166.85º97.33%88.24%-
XYZ34.9457.0650.77-
YUV154.05140.9522.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.47%
GREEN value IS 225 (88.28% from 255) = 55.15%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=1.47%
G=55.15%
B=43.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal62251770.9700.210.12166.8594.8145.29
Hex6E1B161015Ca75f2d
Octal63412611410251424713755
Binary110111000011011000111000010101011100101001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,225,177); }

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

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

 a { background-color: rgb(6,225,177); }

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

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

 span { border-color: rgb(6,225,177); }

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