#35BCA9

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

Shades of Light Sea Green #35BCA9

Tints of Light Sea Green #35BCA9

Color information

#35BCA9 (or 0x35BCA9) is unknown color: approx Light Sea Green. HEX triplet: 35, BC and A9. RGB value is (53,188,169). Sum of RGB (Red+Green+Blue) = 53+188+169=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BCA9 is #CA4356. Grayscale: #919191. Windows color (decimal): -13255511 or 11123765. OLE color: 11123765.

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

Color convert

RGB53188169-
CMYK0.7200.100.26
HSL171.56º56.02%47.25%-
HSV(B)171.56º71.81%73.73%-
XYZ26.6139.5943.77-
YUV145.47141.2762.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.93%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=12.93%
G=45.85%
B=41.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531881690.7200.100.26171.5656.0247.25
Hex35BCA9480A1Aac382f
Octal65274251110012322547057
Binary11010110111100101010011001000010101101010101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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