#06B1AB

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

Shades of Light Sea Green #06B1AB

Tints of Light Sea Green #06B1AB

Color information

#06B1AB (or 0x06B1AB) is unknown color: approx Light Sea Green. HEX triplet: 06, B1 and AB. RGB value is (6,177,171). Sum of RGB (Red+Green+Blue) = 6+177+171=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #06B1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B1AB is #F94E54. Grayscale: #7D7D7D. Windows color (decimal): -16338517 or 11251974. OLE color: 11251974.

HSL color Cylindrical-coordinate representation of color #06B1AB: hue angle of 177.89º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B1AB is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB6177171-
CMYK0.9700.030.31
HSL177.89º93.44%35.88%-
HSV(B)177.89º96.61%69.41%-
XYZ23.1534.4243.95-
YUV125.19153.8542.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 177 (69.53% from 255) = 50%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=1.69%
G=50%
B=48.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61771710.9700.030.31177.8993.4435.88
Hex6B1AB61031Fb25d24
Octal6261253141033726213544
Binary1101011000110101011110000101111111101100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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