#35C0AB

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

Shades of Light Sea Green #35C0AB

Tints of Light Sea Green #35C0AB

Color information

#35C0AB (or 0x35C0AB) is unknown color: approx Light Sea Green. HEX triplet: 35, C0 and AB. RGB value is (53,192,171). Sum of RGB (Red+Green+Blue) = 53+192+171=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C0AB is #CA3F54. Grayscale: #939393. Windows color (decimal): -13254485 or 11255861. OLE color: 11255861.

HSL color Cylindrical-coordinate representation of color #35C0AB: hue angle of 170.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C0AB is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB53192171-
CMYK0.7200.110.25
HSL170.94º56.73%48.04%-
HSV(B)170.94º72.4%75.29%-
XYZ27.6741.445.06-
YUV148.04140.9560.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=12.74%
G=46.15%
B=41.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531921710.7200.110.25170.9456.7348.04
Hex35C0AB480B19ab3930
Octal65300253110013312537160
Binary11010111000000101010111001000010111100110101011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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