#35BCAC

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

Shades of Light Sea Green #35BCAC

Tints of Light Sea Green #35BCAC

Color information

#35BCAC (or 0x35BCAC) is unknown color: approx Light Sea Green. HEX triplet: 35, BC and AC. RGB value is (53,188,172). Sum of RGB (Red+Green+Blue) = 53+188+172=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BCAC is #CA4353. Grayscale: #919191. Windows color (decimal): -13255508 or 11320373. OLE color: 11320373.

HSL color Cylindrical-coordinate representation of color #35BCAC: hue angle of 172.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BCAC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB53188172-
CMYK0.7200.090.26
HSL172.89º56.02%47.25%-
HSV(B)172.89º71.81%73.73%-
XYZ26.939.745.28-
YUV145.81142.7761.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=12.83%
G=45.52%
B=41.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531881720.7200.090.26172.8956.0247.25
Hex35BCAC48091Aad382f
Octal65274254110011322557057
Binary11010110111100101011001001000010011101010101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,188,172); }

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

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

 a { background-color: rgb(53,188,172); }

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

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

 span { border-color: rgb(53,188,172); }

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