#35AAAA

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

Shades of Light Sea Green #35AAAA

Tints of Light Sea Green #35AAAA

Color information

#35AAAA (or 0x35AAAA) is unknown color: approx Light Sea Green. HEX triplet: 35, AA and AA. RGB value is (53,170,170). Sum of RGB (Red+Green+Blue) = 53+170+170=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #35AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AAAA is #CA5555. Grayscale: #868686. Windows color (decimal): -13260118 or 11184693. OLE color: 11184693.

HSL color Cylindrical-coordinate representation of color #35AAAA: hue angle of 180º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AAAA is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53170170-
CMYK0.69000.33
HSL180º52.47%43.73%-
HSV(B)180º68.82%66.67%-
XYZ23.132.4143.07-
YUV135.02147.7469.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=13.49%
G=43.26%
B=43.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701700.69000.3318052.4743.73
Hex35AAAA450021b4342c
Octal6525225210500412646454
Binary110101101010101010101010001010010000110110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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