#35A8AA

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

Shades of Light Sea Green #35A8AA

Tints of Light Sea Green #35A8AA

Color information

#35A8AA (or 0x35A8AA) is unknown color: approx Light Sea Green. HEX triplet: 35, A8 and AA. RGB value is (53,168,170). Sum of RGB (Red+Green+Blue) = 53+168+170=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #35A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A8AA is #CA5755. Grayscale: #858585. Windows color (decimal): -13260630 or 11184181. OLE color: 11184181.

HSL color Cylindrical-coordinate representation of color #35A8AA: hue angle of 181.03º 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 #35A8AA is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53168170-
CMYK0.690.0100.33
HSL181.03º52.47%43.73%-
HSV(B)181.03º68.82%66.67%-
XYZ22.7331.6642.94-
YUV133.84148.470.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=13.55%
G=42.97%
B=43.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531681700.690.0100.33181.0352.4743.73
Hex35A8AA451021b5342c
Octal6525025210510412656454
Binary110101101010001010101010001011010000110110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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