#35C97B

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

Shades of Medium Sea Green #35C97B

Tints of Medium Sea Green #35C97B

Color information

#35C97B (or 0x35C97B) is unknown color: approx Medium Sea Green. HEX triplet: 35, C9 and 7B. RGB value is (53,201,123). Sum of RGB (Red+Green+Blue) = 53+201+123=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #35C97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C97B is #CA3684. Grayscale: #949494. Windows color (decimal): -13252229 or 8112437. OLE color: 8112437.

HSL color Cylindrical-coordinate representation of color #35C97B: hue angle of 148.38º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C97B is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB53201123-
CMYK0.7400.390.21
HSL148.38º58.27%49.8%-
HSV(B)148.38º73.63%78.82%-
XYZ25.9343.9625.86-
YUV147.86113.9760.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 201 (78.91% from 255) = 53.32%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=14.06%
G=53.32%
B=32.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532011230.7400.390.21148.3858.2749.8
Hex35C97B4A02715943a32
Octal65311173112047252247262
Binary110101110010011111011100101001001111010110010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,123); }

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

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

 a { background-color: rgb(53,201,123); }

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

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

 span { border-color: rgb(53,201,123); }

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