#35B3AF

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

Shades of Light Sea Green #35B3AF

Tints of Light Sea Green #35B3AF

Color information

#35B3AF (or 0x35B3AF) is unknown color: approx Light Sea Green. HEX triplet: 35, B3 and AF. RGB value is (53,179,175). Sum of RGB (Red+Green+Blue) = 53+179+175=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #35B3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B3AF is #CA4C50. Grayscale: #8C8C8C. Windows color (decimal): -13257809 or 11514677. OLE color: 11514677.

HSL color Cylindrical-coordinate representation of color #35B3AF: hue angle of 178.1º 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 #35B3AF is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB53179175-
CMYK0.7000.020.30
HSL178.1º54.31%45.49%-
HSV(B)178.1º70.39%70.2%-
XYZ25.3336.0946.19-
YUV140.87147.2665.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=13.02%
G=43.98%
B=43.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531791750.7000.020.30178.154.3145.49
Hex35B3AF46021Eb2362d
Octal6526325710602362626655
Binary110101101100111010111110001100101111010110010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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