#35ACA0

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

Shades of Light Sea Green #35ACA0

Tints of Light Sea Green #35ACA0

Color information

#35ACA0 (or 0x35ACA0) is unknown color: approx Light Sea Green. HEX triplet: 35, AC and A0. RGB value is (53,172,160). Sum of RGB (Red+Green+Blue) = 53+172+160=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #35ACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ACA0 is #CA535F. Grayscale: #868686. Windows color (decimal): -13259616 or 10529845. OLE color: 10529845.

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

Color convert

RGB53172160-
CMYK0.6900.070.33
HSL173.95º52.89%44.12%-
HSV(B)173.95º69.19%67.45%-
XYZ22.5732.838.4-
YUV135.05142.0869.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.77%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=13.77%
G=44.68%
B=41.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721600.6900.070.33173.9552.8944.12
Hex35ACA0450721ae352c
Octal6525424010507412566554
Binary11010110101100101000001000101011110000110101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,160); }

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

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

 a { background-color: rgb(53,172,160); }

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

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

 span { border-color: rgb(53,172,160); }

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