#35ACAB

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

Shades of Light Sea Green #35ACAB

Tints of Light Sea Green #35ACAB

Color information

#35ACAB (or 0x35ACAB) is unknown color: approx Light Sea Green. HEX triplet: 35, AC and AB. RGB value is (53,172,171). Sum of RGB (Red+Green+Blue) = 53+172+171=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #35ACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ACAB is #CA5354. Grayscale: #888888. Windows color (decimal): -13259605 or 11250741. OLE color: 11250741.

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

Color convert

RGB53172171-
CMYK0.6900.010.33
HSL179.5º52.89%44.12%-
HSV(B)179.5º69.19%67.45%-
XYZ23.5733.243.69-
YUV136.3147.5868.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=13.38%
G=43.43%
B=43.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721710.6900.010.33179.552.8944.12
Hex35ACAB450121b3352c
Octal6525425310501412636554
Binary110101101011001010101110001010110000110110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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