#35BFAA

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

Shades of Light Sea Green #35BFAA

Tints of Light Sea Green #35BFAA

Color information

#35BFAA (or 0x35BFAA) is unknown color: approx Light Sea Green. HEX triplet: 35, BF and AA. RGB value is (53,191,170). Sum of RGB (Red+Green+Blue) = 53+191+170=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #35BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BFAA is #CA4055. Grayscale: #939393. Windows color (decimal): -13254742 or 11190069. OLE color: 11190069.

HSL color Cylindrical-coordinate representation of color #35BFAA: hue angle of 170.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BFAA is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB53191170-
CMYK0.7200.110.25
HSL170.87º56.56%47.84%-
HSV(B)170.87º72.25%74.9%-
XYZ27.3540.9244.49-
YUV147.34140.7860.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.80%
GREEN value IS 191 (75% from 255) = 46.14%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=12.80%
G=46.14%
B=41.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531911700.7200.110.25170.8756.5647.84
Hex35BFAA480B19ab3930
Octal65277252110013312537160
Binary11010110111111101010101001000010111100110101011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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