#35AAAE

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

Shades of Light Sea Green #35AAAE

Tints of Light Sea Green #35AAAE

Color information

#35AAAE (or 0x35AAAE) is unknown color: approx Light Sea Green. HEX triplet: 35, AA and AE. RGB value is (53,170,174). Sum of RGB (Red+Green+Blue) = 53+170+174=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #35AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AAAE is #CA5551. Grayscale: #878787. Windows color (decimal): -13260114 or 11446837. OLE color: 11446837.

HSL color Cylindrical-coordinate representation of color #35AAAE: hue angle of 181.98º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AAAE is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53170174-
CMYK0.700.0200.32
HSL181.98º53.3%44.51%-
HSV(B)181.98º69.54%68.24%-
XYZ23.4832.5645.09-
YUV135.47149.7469.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=13.35%
G=42.82%
B=43.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531701740.700.0200.32181.9853.344.51
Hex35AAAE462020b6352d
Octal6525225610620402666555
Binary1101011010101010101110100011010010000010110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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