#35ACA6

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

Shades of Light Sea Green #35ACA6

Tints of Light Sea Green #35ACA6

Color information

#35ACA6 (or 0x35ACA6) is unknown color: approx Light Sea Green. HEX triplet: 35, AC and A6. RGB value is (53,172,166). Sum of RGB (Red+Green+Blue) = 53+172+166=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #35ACA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ACA6 is #CA5359. Grayscale: #878787. Windows color (decimal): -13259610 or 10923061. OLE color: 10923061.

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

Color convert

RGB53172166-
CMYK0.6900.030.33
HSL176.97º52.89%44.12%-
HSV(B)176.97º69.19%67.45%-
XYZ23.133.0241.23-
YUV135.73145.0868.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 166 (65.23% from 255) = 42.46%
R=13.55%
G=43.99%
B=42.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721660.6900.030.33176.9752.8944.12
Hex35ACA6450321b1352c
Octal6525424610503412616554
Binary1101011010110010100110100010101110000110110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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