#35B3A5

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

Shades of Light Sea Green #35B3A5

Tints of Light Sea Green #35B3A5

Color information

#35B3A5 (or 0x35B3A5) is unknown color: approx Light Sea Green. HEX triplet: 35, B3 and A5. RGB value is (53,179,165). Sum of RGB (Red+Green+Blue) = 53+179+165=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #35B3A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B3A5 is #CA4C5A. Grayscale: #8B8B8B. Windows color (decimal): -13257819 or 10859317. OLE color: 10859317.

HSL color Cylindrical-coordinate representation of color #35B3A5: hue angle of 173.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B3A5 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB53179165-
CMYK0.7000.080.30
HSL173.33º54.31%45.49%-
HSV(B)173.33º70.39%70.2%-
XYZ24.3835.7141.21-
YUV139.73142.2666.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=13.35%
G=45.09%
B=41.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531791650.7000.080.30173.3354.3145.49
Hex35B3A546081Ead362d
Octal65263245106010362556655
Binary11010110110011101001011000110010001111010101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,165); }

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

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

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

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

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

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

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