#33AAAA

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

Shades of Light Sea Green #33AAAA

Tints of Light Sea Green #33AAAA

Color information

#33AAAA (or 0x33AAAA) is unknown color: approx Light Sea Green. HEX triplet: 33, AA and AA. RGB value is (51,170,170). Sum of RGB (Red+Green+Blue) = 51+170+170=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #33AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AAAA is #CC5555. Grayscale: #868686. Windows color (decimal): -13391190 or 11184691. OLE color: 11184691.

HSL color Cylindrical-coordinate representation of color #33AAAA: hue angle of 180º 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 #33AAAA is Cyan = 0.7, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51170170-
CMYK0.7000.33
HSL180º53.85%43.33%-
HSV(B)180º70%66.67%-
XYZ2332.3643.06-
YUV134.42148.0868.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=13.04%
G=43.48%
B=43.48%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511701700.7000.3318053.8543.33
Hex33AAAA460021b4362b
Octal6325225210600412646653
Binary110011101010101010101010001100010000110110100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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