#35AEAF

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

Shades of Light Sea Green #35AEAF

Tints of Light Sea Green #35AEAF

Color information

#35AEAF (or 0x35AEAF) is unknown color: approx Light Sea Green. HEX triplet: 35, AE and AF. RGB value is (53,174,175). Sum of RGB (Red+Green+Blue) = 53+174+175=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #35AEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AEAF is #CA5150. Grayscale: #898989. Windows color (decimal): -13259089 or 11513397. OLE color: 11513397.

HSL color Cylindrical-coordinate representation of color #35AEAF: hue angle of 180.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AEAF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53174175-
CMYK0.700.0100.31
HSL180.49º53.51%44.71%-
HSV(B)180.49º69.71%68.63%-
XYZ24.3434.1245.86-
YUV137.93148.9167.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.18%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=13.18%
G=43.28%
B=43.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531741750.700.0100.31180.4953.5144.71
Hex35AEAF46101Fb4362d
Octal6525625710610372646655
Binary11010110101110101011111000110101111110110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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