#35CB7E

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

Shades of Medium Sea Green #35CB7E

Tints of Medium Sea Green #35CB7E

Color information

#35CB7E (or 0x35CB7E) is unknown color: approx Medium Sea Green. HEX triplet: 35, CB and 7E. RGB value is (53,203,126). Sum of RGB (Red+Green+Blue) = 53+203+126=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CB7E is #CA3481. Grayscale: #959595. Windows color (decimal): -13251714 or 8309557. OLE color: 8309557.

HSL color Cylindrical-coordinate representation of color #35CB7E: hue angle of 149.2º 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 #35CB7E is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB53203126-
CMYK0.7400.380.20
HSL149.2º59.06%50.2%-
HSV(B)149.2º73.89%79.61%-
XYZ26.5944.9827.02-
YUV149.37114.859.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 203 (79.69% from 255) = 53.14%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=13.87%
G=53.14%
B=32.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532031260.7400.380.20149.259.0650.2
Hex35CB7E4A02614953b32
Octal65313176112046242257362
Binary110101110010111111110100101001001101010010010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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