#06BAAB

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

Shades of Light Sea Green #06BAAB

Tints of Light Sea Green #06BAAB

Color information

#06BAAB (or 0x06BAAB) is unknown color: approx Light Sea Green. HEX triplet: 06, BA and AB. RGB value is (6,186,171). Sum of RGB (Red+Green+Blue) = 6+186+171=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #06BAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BAAB is #F94554. Grayscale: #828282. Windows color (decimal): -16336213 or 11254278. OLE color: 11254278.

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

Color convert

RGB6186171-
CMYK0.9700.080.27
HSL175º93.75%37.65%-
HSV(B)175º96.77%72.94%-
XYZ24.9838.144.56-
YUV130.47150.8739.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.65%
GREEN value IS 186 (73.05% from 255) = 51.24%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=1.65%
G=51.24%
B=47.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61861710.9700.080.2717593.7537.65
Hex6BAAB61081Baf5e26
Octal62722531410103325713646
Binary110101110101010101111000010100011011101011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,186,171); }

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

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

 a { background-color: rgb(6,186,171); }

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

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

 span { border-color: rgb(6,186,171); }

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