#35ACA2

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

Shades of Light Sea Green #35ACA2

Tints of Light Sea Green #35ACA2

Color information

#35ACA2 (or 0x35ACA2) is unknown color: approx Light Sea Green. HEX triplet: 35, AC and A2. RGB value is (53,172,162). Sum of RGB (Red+Green+Blue) = 53+172+162=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #35ACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ACA2 is #CA535D. Grayscale: #878787. Windows color (decimal): -13259614 or 10660917. OLE color: 10660917.

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

Color convert

RGB53172162-
CMYK0.6900.060.33
HSL174.96º52.89%44.12%-
HSV(B)174.96º69.19%67.45%-
XYZ22.7432.8739.33-
YUV135.28143.0869.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=13.70%
G=44.44%
B=41.86%

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
Decimal531721620.6900.060.33174.9652.8944.12
Hex35ACA2450621af352c
Octal6525424210506412576554
Binary11010110101100101000101000101011010000110101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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