#06B9AD

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

Shades of Light Sea Green #06B9AD

Tints of Light Sea Green #06B9AD

Color information

#06B9AD (or 0x06B9AD) is unknown color: approx Light Sea Green. HEX triplet: 06, B9 and AD. RGB value is (6,185,173). Sum of RGB (Red+Green+Blue) = 6+185+173=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #06B9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B9AD is #F94652. Grayscale: #818181. Windows color (decimal): -16336467 or 11385094. OLE color: 11385094.

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

Color convert

RGB6185173-
CMYK0.9700.060.27
HSL175.98º93.72%37.45%-
HSV(B)175.98º96.76%72.55%-
XYZ24.9737.7545.51-
YUV130.11152.239.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.65%
GREEN value IS 185 (72.66% from 255) = 50.82%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=1.65%
G=50.82%
B=47.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61851730.9700.060.27175.9893.7237.45
Hex6B9AD61061Bb05e25
Octal6271255141063326013645
Binary11010111001101011011100001011011011101100001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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