#33BAAA

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

Shades of Light Sea Green #33BAAA

Tints of Light Sea Green #33BAAA

Color information

#33BAAA (or 0x33BAAA) is unknown color: approx Light Sea Green. HEX triplet: 33, BA and AA. RGB value is (51,186,170). Sum of RGB (Red+Green+Blue) = 51+186+170=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #33BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BAAA is #CC4555. Grayscale: #8F8F8F. Windows color (decimal): -13387094 or 11188787. OLE color: 11188787.

HSL color Cylindrical-coordinate representation of color #33BAAA: hue angle of 172.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BAAA is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB51186170-
CMYK0.7300.090.27
HSL172.89º56.96%46.47%-
HSV(B)172.89º72.58%72.94%-
XYZ26.1838.7244.12-
YUV143.81142.7761.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.53%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=12.53%
G=45.70%
B=41.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511861700.7300.090.27172.8956.9646.47
Hex33BAAA49091Bad392e
Octal63272252111011332557156
Binary11001110111010101010101001001010011101110101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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