#35BAAC

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

Shades of Light Sea Green #35BAAC

Tints of Light Sea Green #35BAAC

Color information

#35BAAC (or 0x35BAAC) is unknown color: approx Light Sea Green. HEX triplet: 35, BA and AC. RGB value is (53,186,172). Sum of RGB (Red+Green+Blue) = 53+186+172=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #35BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BAAC is #CA4553. Grayscale: #909090. Windows color (decimal): -13256020 or 11319861. OLE color: 11319861.

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

Color convert

RGB53186172-
CMYK0.7200.080.27
HSL173.68º55.65%46.86%-
HSV(B)173.68º71.51%72.94%-
XYZ26.4738.8545.13-
YUV144.64143.4462.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.90%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=12.90%
G=45.26%
B=41.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861720.7200.080.27173.6855.6546.86
Hex35BAAC48081Bae382f
Octal65272254110010332567057
Binary11010110111010101011001001000010001101110101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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