#35B9A5

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

Shades of Light Sea Green #35B9A5

Tints of Light Sea Green #35B9A5

Color information

#35B9A5 (or 0x35B9A5) is unknown color: approx Light Sea Green. HEX triplet: 35, B9 and A5. RGB value is (53,185,165). Sum of RGB (Red+Green+Blue) = 53+185+165=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #35B9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B9A5 is #CA465A. Grayscale: #8F8F8F. Windows color (decimal): -13256283 or 10860853. OLE color: 10860853.

HSL color Cylindrical-coordinate representation of color #35B9A5: hue angle of 170.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B9A5 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB53185165-
CMYK0.7100.110.27
HSL170.91º55.46%46.67%-
HSV(B)170.91º71.35%72.55%-
XYZ25.6138.1741.62-
YUV143.25140.2763.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.15%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=13.15%
G=45.91%
B=40.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531851650.7100.110.27170.9155.4646.67
Hex35B9A5470B1Bab372f
Octal65271245107013332536757
Binary11010110111001101001011000111010111101110101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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