#35BB6E

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

Shades of Medium Sea Green #35BB6E

Tints of Medium Sea Green #35BB6E

Color information

#35BB6E (or 0x35BB6E) is unknown color: approx Medium Sea Green. HEX triplet: 35, BB and 6E. RGB value is (53,187,110). Sum of RGB (Red+Green+Blue) = 53+187+110=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BB6E is #CA4491. Grayscale: #8A8A8A. Windows color (decimal): -13255826 or 7256885. OLE color: 7256885.

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

Color convert

RGB53187110-
CMYK0.7200.410.27
HSL145.52º55.83%47.06%-
HSV(B)145.52º71.66%73.33%-
XYZ22.0537.4220.81-
YUV138.16112.1167.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 187 (73.44% from 255) = 53.43%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=15.14%
G=53.43%
B=31.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871100.7200.410.27145.5255.8347.06
Hex35BB6E480291B92382f
Octal65273156110051332227057
Binary110101101110111101110100100001010011101110010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,110); }

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

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

 a { background-color: rgb(53,187,110); }

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

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

 span { border-color: rgb(53,187,110); }

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