#35C1AD

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

Shades of Light Sea Green #35C1AD

Tints of Light Sea Green #35C1AD

Color information

#35C1AD (or 0x35C1AD) is unknown color: approx Light Sea Green. HEX triplet: 35, C1 and AD. RGB value is (53,193,173). Sum of RGB (Red+Green+Blue) = 53+193+173=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #35C1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C1AD is #CA3E52. Grayscale: #949494. Windows color (decimal): -13254227 or 11387189. OLE color: 11387189.

HSL color Cylindrical-coordinate representation of color #35C1AD: hue angle of 171.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C1AD is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB53193173-
CMYK0.7300.100.24
HSL171.43º56.91%48.24%-
HSV(B)171.43º72.54%75.69%-
XYZ28.0841.9146.15-
YUV148.86141.6259.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.65%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=12.65%
G=46.06%
B=41.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531931730.7300.100.24171.4356.9148.24
Hex35C1AD490A18ab3930
Octal65301255111012302537160
Binary11010111000001101011011001001010101100010101011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,193,173); }

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

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

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

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

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

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

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