#33AA9E

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

Shades of Light Sea Green #33AA9E

Tints of Light Sea Green #33AA9E

Color information

#33AA9E (or 0x33AA9E) is unknown color: approx Light Sea Green. HEX triplet: 33, AA and 9E. RGB value is (51,170,158). Sum of RGB (Red+Green+Blue) = 51+170+158=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AA9E is #CC5561. Grayscale: #848484. Windows color (decimal): -13391202 or 10398259. OLE color: 10398259.

HSL color Cylindrical-coordinate representation of color #33AA9E: hue angle of 173.95º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AA9E is Cyan = 0.7, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB51170158-
CMYK0.700.070.33
HSL173.95º53.85%43.33%-
HSV(B)173.95º70%66.67%-
XYZ21.9131.9237.35-
YUV133.05142.0869.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=13.46%
G=44.85%
B=41.69%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511701580.700.070.33173.9553.8543.33
Hex33AA9E460721ae362b
Octal6325223610607412566653
Binary11001110101010100111101000110011110000110101110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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