#35BCAD

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

Shades of Light Sea Green #35BCAD

Tints of Light Sea Green #35BCAD

Color information

#35BCAD (or 0x35BCAD) is unknown color: approx Light Sea Green. HEX triplet: 35, BC and AD. RGB value is (53,188,173). Sum of RGB (Red+Green+Blue) = 53+188+173=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BCAD is #CA4352. Grayscale: #919191. Windows color (decimal): -13255507 or 11385909. OLE color: 11385909.

HSL color Cylindrical-coordinate representation of color #35BCAD: hue angle of 173.33º 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 #35BCAD is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB53188173-
CMYK0.7200.080.26
HSL173.33º56.02%47.25%-
HSV(B)173.33º71.81%73.73%-
XYZ26.9939.7445.78-
YUV145.92143.2761.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.80%
GREEN value IS 188 (73.83% from 255) = 45.41%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=12.80%
G=45.41%
B=41.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531881730.7200.080.26173.3356.0247.25
Hex35BCAD48081Aad382f
Octal65274255110010322557057
Binary11010110111100101011011001000010001101010101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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