#06B9A9

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

Shades of Light Sea Green #06B9A9

Tints of Light Sea Green #06B9A9

Color information

#06B9A9 (or 0x06B9A9) is unknown color: approx Light Sea Green. HEX triplet: 06, B9 and A9. RGB value is (6,185,169). Sum of RGB (Red+Green+Blue) = 6+185+169=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #06B9A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B9A9 is #F94656. Grayscale: #818181. Windows color (decimal): -16336471 or 11122950. OLE color: 11122950.

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

Color convert

RGB6185169-
CMYK0.9700.090.27
HSL174.64º93.72%37.45%-
HSV(B)174.64º96.76%72.55%-
XYZ24.5937.643.5-
YUV129.66150.239.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.67%
GREEN value IS 185 (72.66% from 255) = 51.39%
BLUE value IS 169 (66.41% from 255) = 46.94%
R=1.67%
G=51.39%
B=46.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61851690.9700.090.27174.6493.7237.45
Hex6B9A961091Baf5e25
Octal62712511410113325713645
Binary110101110011010100111000010100111011101011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,185,169); }

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

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

 a { background-color: rgb(6,185,169); }

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

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

 span { border-color: rgb(6,185,169); }

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