#06D275

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

Shades of Caribbean Green #06D275

Tints of Caribbean Green #06D275

Color information

#06D275 (or 0x06D275) is unknown color: approx Caribbean Green. HEX triplet: 06, D2 and 75. RGB value is (6,210,117). Sum of RGB (Red+Green+Blue) = 6+210+117=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #06D275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D275 is #F92D8A. Grayscale: #8A8A8A. Windows color (decimal): -16330123 or 7721478. OLE color: 7721478.

HSL color Cylindrical-coordinate representation of color #06D275: hue angle of 152.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D275 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB6210117-
CMYK0.9700.440.18
HSL152.65º94.44%42.35%-
HSV(B)152.65º97.14%82.35%-
XYZ26.3347.4224.59-
YUV138.4115.9133.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 210 (82.42% from 255) = 63.06%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=1.80%
G=63.06%
B=35.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62101170.9700.440.18152.6594.4442.35
Hex6D2756102C12995e2a
Octal63221651410542223113652
Binary1101101001011101011100001010110010010100110011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,210,117); }

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

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

 a { background-color: rgb(6,210,117); }

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

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

 span { border-color: rgb(6,210,117); }

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