#35ACA1

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

Shades of Light Sea Green #35ACA1

Tints of Light Sea Green #35ACA1

Color information

#35ACA1 (or 0x35ACA1) is unknown color: approx Light Sea Green. HEX triplet: 35, AC and A1. RGB value is (53,172,161). Sum of RGB (Red+Green+Blue) = 53+172+161=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #35ACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ACA1 is #CA535E. Grayscale: #878787. Windows color (decimal): -13259615 or 10595381. OLE color: 10595381.

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

Color convert

RGB53172161-
CMYK0.6900.060.33
HSL174.45º52.89%44.12%-
HSV(B)174.45º69.19%67.45%-
XYZ22.6532.8438.86-
YUV135.16142.5869.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.73%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=13.73%
G=44.56%
B=41.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721610.6900.060.33174.4552.8944.12
Hex35ACA1450621ae352c
Octal6525424110506412566554
Binary11010110101100101000011000101011010000110101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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