#35ABA1

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

Shades of Light Sea Green #35ABA1

Tints of Light Sea Green #35ABA1

Color information

#35ABA1 (or 0x35ABA1) is unknown color: approx Light Sea Green. HEX triplet: 35, AB and A1. RGB value is (53,171,161). Sum of RGB (Red+Green+Blue) = 53+171+161=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #35ABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ABA1 is #CA545E. Grayscale: #868686. Windows color (decimal): -13259871 or 10595125. OLE color: 10595125.

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

Color convert

RGB53171161-
CMYK0.6900.060.33
HSL174.92º52.68%43.92%-
HSV(B)174.92º69.01%67.06%-
XYZ22.4632.4638.8-
YUV134.58142.9169.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.77%
GREEN value IS 171 (67.19% from 255) = 44.42%
BLUE value IS 161 (63.28% from 255) = 41.82%
R=13.77%
G=44.42%
B=41.82%

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
Decimal531711610.6900.060.33174.9252.6843.92
Hex35ABA1450621af352c
Octal6525324110506412576554
Binary11010110101011101000011000101011010000110101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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