#35ACA7

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

Shades of Light Sea Green #35ACA7

Tints of Light Sea Green #35ACA7

Color information

#35ACA7 (or 0x35ACA7) is unknown color: approx Light Sea Green. HEX triplet: 35, AC and A7. RGB value is (53,172,167). Sum of RGB (Red+Green+Blue) = 53+172+167=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #35ACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ACA7 is #CA5358. Grayscale: #878787. Windows color (decimal): -13259609 or 10988597. OLE color: 10988597.

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

Color convert

RGB53172167-
CMYK0.6900.030.33
HSL177.48º52.89%44.12%-
HSV(B)177.48º69.19%67.45%-
XYZ23.233.0541.72-
YUV135.85145.5868.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.52%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 167 (65.62% from 255) = 42.60%
R=13.52%
G=43.88%
B=42.60%

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
Decimal531721670.6900.030.33177.4852.8944.12
Hex35ACA7450321b1352c
Octal6525424710503412616554
Binary1101011010110010100111100010101110000110110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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