#35BE84

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

Shades of Medium Sea Green #35BE84

Tints of Medium Sea Green #35BE84

Color information

#35BE84 (or 0x35BE84) is unknown color: approx Medium Sea Green. HEX triplet: 35, BE and 84. RGB value is (53,190,132). Sum of RGB (Red+Green+Blue) = 53+190+132=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BE84 is #CA417B. Grayscale: #8E8E8E. Windows color (decimal): -13255036 or 8699445. OLE color: 8699445.

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

Color convert

RGB53190132-
CMYK0.7200.310.25
HSL154.6º56.38%47.65%-
HSV(B)154.6º72.11%74.51%-
XYZ24.0539.2528.14-
YUV142.42122.1164.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.13%
GREEN value IS 190 (74.61% from 255) = 50.67%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=14.13%
G=50.67%
B=35.2%

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
Decimal531901320.7200.310.25154.656.3847.65
Hex35BE844801F199b3830
Octal65276204110037312337060
Binary110101101111101000010010010000111111100110011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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