#35BF84

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

Shades of Medium Sea Green #35BF84

Tints of Medium Sea Green #35BF84

Color information

#35BF84 (or 0x35BF84) is unknown color: approx Medium Sea Green. HEX triplet: 35, BF and 84. RGB value is (53,191,132). Sum of RGB (Red+Green+Blue) = 53+191+132=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BF84 is #CA407B. Grayscale: #8F8F8F. Windows color (decimal): -13254780 or 8699701. OLE color: 8699701.

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

Color convert

RGB53191132-
CMYK0.7200.310.25
HSL154.35º56.56%47.84%-
HSV(B)154.35º72.25%74.9%-
XYZ24.2639.6828.21-
YUV143.01121.7863.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=14.10%
G=50.80%
B=35.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531911320.7200.310.25154.3556.5647.84
Hex35BF844801F199a3930
Octal65277204110037312327160
Binary110101101111111000010010010000111111100110011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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