#06B1AC

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

Shades of Light Sea Green #06B1AC

Tints of Light Sea Green #06B1AC

Color information

#06B1AC (or 0x06B1AC) is unknown color: approx Light Sea Green. HEX triplet: 06, B1 and AC. RGB value is (6,177,172). Sum of RGB (Red+Green+Blue) = 6+177+172=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #06B1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B1AC is #F94E53. Grayscale: #7D7D7D. Windows color (decimal): -16338516 or 11317510. OLE color: 11317510.

HSL color Cylindrical-coordinate representation of color #06B1AC: hue angle of 178.25º 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 #06B1AC is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB6177172-
CMYK0.9700.030.31
HSL178.25º93.44%35.88%-
HSV(B)178.25º96.61%69.41%-
XYZ23.2434.4644.46-
YUV125.3154.3542.91-

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) = 49.86%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=1.69%
G=49.86%
B=48.45%

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
Decimal61771720.9700.030.31178.2593.4435.88
Hex6B1AC61031Fb25d24
Octal6261254141033726213544
Binary1101011000110101100110000101111111101100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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