#35ADAF

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

Shades of Light Sea Green #35ADAF

Tints of Light Sea Green #35ADAF

Color information

#35ADAF (or 0x35ADAF) is unknown color: approx Light Sea Green. HEX triplet: 35, AD and AF. RGB value is (53,173,175). Sum of RGB (Red+Green+Blue) = 53+173+175=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #35ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ADAF is #CA5250. Grayscale: #898989. Windows color (decimal): -13259345 or 11513141. OLE color: 11513141.

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

Color convert

RGB53173175-
CMYK0.700.0100.31
HSL180.98º53.51%44.71%-
HSV(B)180.98º69.71%68.63%-
XYZ24.1533.7445.8-
YUV137.35149.2467.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=13.22%
G=43.14%
B=43.64%

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
Decimal531731750.700.0100.31180.9853.5144.71
Hex35ADAF46101Fb5362d
Octal6525525710610372656655
Binary11010110101101101011111000110101111110110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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