#35BAAA

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

Shades of Light Sea Green #35BAAA

Tints of Light Sea Green #35BAAA

Color information

#35BAAA (or 0x35BAAA) is unknown color: approx Light Sea Green. HEX triplet: 35, BA and AA. RGB value is (53,186,170). Sum of RGB (Red+Green+Blue) = 53+186+170=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #35BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BAAA is #CA4555. Grayscale: #909090. Windows color (decimal): -13256022 or 11188789. OLE color: 11188789.

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

Color convert

RGB53186170-
CMYK0.7200.090.27
HSL172.78º55.65%46.86%-
HSV(B)172.78º71.51%72.94%-
XYZ26.2838.7844.13-
YUV144.41142.4462.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.96%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=12.96%
G=45.48%
B=41.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861700.7200.090.27172.7855.6546.86
Hex35BAAA48091Bad382f
Octal65272252110011332557057
Binary11010110111010101010101001000010011101110101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,170); }

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

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

 a { background-color: rgb(53,186,170); }

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

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

 span { border-color: rgb(53,186,170); }

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