#35CB58

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

Shades of Medium Sea Green #35CB58

Tints of Medium Sea Green #35CB58

Color information

#35CB58 (or 0x35CB58) is unknown color: approx Medium Sea Green. HEX triplet: 35, CB and 58. RGB value is (53,203,88). Sum of RGB (Red+Green+Blue) = 53+203+88=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 203 (79.69% from 255 or 59.01% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CB58 is #CA34A7. Grayscale: #919191. Windows color (decimal): -13251752 or 5819189. OLE color: 5819189.

HSL color Cylindrical-coordinate representation of color #35CB58: hue angle of 134º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CB58 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB5320388-
CMYK0.7400.570.20
HSL134º59.06%50.2%-
HSV(B)134º73.89%79.61%-
XYZ24.5944.1716.46-
YUV145.0495.862.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 203 (79.69% from 255) = 59.01%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=15.41%
G=59.01%
B=25.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53203880.7400.570.2013459.0650.2
Hex35CB584A03914863b32
Octal65313130112071242067362
Binary110101110010111011000100101001110011010010000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,203,88); }

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

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

 a { background-color: rgb(53,203,88); }

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

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

 span { border-color: rgb(53,203,88); }

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