#35AAAD

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

Shades of Light Sea Green #35AAAD

Tints of Light Sea Green #35AAAD

Color information

#35AAAD (or 0x35AAAD) is unknown color: approx Light Sea Green. HEX triplet: 35, AA and AD. RGB value is (53,170,173). Sum of RGB (Red+Green+Blue) = 53+170+173=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #35AAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AAAD is #CA5552. Grayscale: #878787. Windows color (decimal): -13260115 or 11381301. OLE color: 11381301.

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

Color convert

RGB53170173-
CMYK0.690.0200.32
HSL181.5º53.1%44.31%-
HSV(B)181.5º69.36%67.84%-
XYZ23.3932.5244.58-
YUV135.36149.2469.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=13.38%
G=42.93%
B=43.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531701730.690.0200.32181.553.144.31
Hex35AAAD452020b6352c
Octal6525225510520402666554
Binary1101011010101010101101100010110010000010110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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