#06BAAA

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

Shades of Light Sea Green #06BAAA

Tints of Light Sea Green #06BAAA

Color information

#06BAAA (or 0x06BAAA) is unknown color: approx Light Sea Green. HEX triplet: 06, BA and AA. RGB value is (6,186,170). Sum of RGB (Red+Green+Blue) = 6+186+170=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #06BAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BAAA is #F94555. Grayscale: #828282. Windows color (decimal): -16336214 or 11188742. OLE color: 11188742.

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

Color convert

RGB6186170-
CMYK0.9700.090.27
HSL174.67º93.75%37.65%-
HSV(B)174.67º96.77%72.94%-
XYZ24.8938.0644.06-
YUV130.36150.3739.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.66%
GREEN value IS 186 (73.05% from 255) = 51.38%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=1.66%
G=51.38%
B=46.96%

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
Decimal61861700.9700.090.27174.6793.7537.65
Hex6BAAA61091Baf5e26
Octal62722521410113325713646
Binary110101110101010101011000010100111011101011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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