#06BCAF

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

Shades of Light Sea Green #06BCAF

Tints of Light Sea Green #06BCAF

Color information

#06BCAF (or 0x06BCAF) is unknown color: approx Light Sea Green. HEX triplet: 06, BC and AF. RGB value is (6,188,175). Sum of RGB (Red+Green+Blue) = 6+188+175=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BCAF is #F94350. Grayscale: #838383. Windows color (decimal): -16335697 or 11516934. OLE color: 11516934.

HSL color Cylindrical-coordinate representation of color #06BCAF: hue angle of 175.71º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCAF is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB6188175-
CMYK0.9700.070.26
HSL175.71º93.81%38.04%-
HSV(B)175.71º96.81%73.73%-
XYZ25.839.146.74-
YUV132.1152.238.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.63%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=1.63%
G=50.95%
B=47.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61881750.9700.070.26175.7193.8138.04
Hex6BCAF61071Ab05e26
Octal6274257141073226013646
Binary11010111100101011111100001011111010101100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,188,175); }

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

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

 a { background-color: rgb(6,188,175); }

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

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

 span { border-color: rgb(6,188,175); }

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