#35ACAC

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

Shades of Light Sea Green #35ACAC

Tints of Light Sea Green #35ACAC

Color information

#35ACAC (or 0x35ACAC) is unknown color: approx Light Sea Green. HEX triplet: 35, AC and AC. RGB value is (53,172,172). Sum of RGB (Red+Green+Blue) = 53+172+172=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #35ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ACAC is #CA5353. Grayscale: #888888. Windows color (decimal): -13259604 or 11316277. OLE color: 11316277.

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

Color convert

RGB53172172-
CMYK0.69000.33
HSL180º52.89%44.12%-
HSV(B)180º69.19%67.45%-
XYZ23.6733.2444.2-
YUV136.42148.0868.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=13.35%
G=43.32%
B=43.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721720.69000.3318052.8944.12
Hex35ACAC450021b4352c
Octal6525425410500412646554
Binary110101101011001010110010001010010000110110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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