#35BA6C

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

Shades of Medium Sea Green #35BA6C

Tints of Medium Sea Green #35BA6C

Color information

#35BA6C (or 0x35BA6C) is unknown color: approx Medium Sea Green. HEX triplet: 35, BA and 6C. RGB value is (53,186,108). Sum of RGB (Red+Green+Blue) = 53+186+108=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA6C is #CA4593. Grayscale: #898989. Windows color (decimal): -13256084 or 7125557. OLE color: 7125557.

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

Color convert

RGB53186108-
CMYK0.7200.420.27
HSL144.81º55.65%46.86%-
HSV(B)144.81º71.51%72.94%-
XYZ21.7336.9620.18-
YUV137.34111.4467.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 186 (73.05% from 255) = 53.60%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=15.27%
G=53.60%
B=31.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861080.7200.420.27144.8155.6546.86
Hex35BA6C4802A1B91382f
Octal65272154110052332217057
Binary110101101110101101100100100001010101101110010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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