#35BD75

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

Shades of Medium Sea Green #35BD75

Tints of Medium Sea Green #35BD75

Color information

#35BD75 (or 0x35BD75) is unknown color: approx Medium Sea Green. HEX triplet: 35, BD and 75. RGB value is (53,189,117). Sum of RGB (Red+Green+Blue) = 53+189+117=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BD75 is #CA428A. Grayscale: #8C8C8C. Windows color (decimal): -13255307 or 7716149. OLE color: 7716149.

HSL color Cylindrical-coordinate representation of color #35BD75: hue angle of 148.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BD75 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB53189117-
CMYK0.7200.380.26
HSL148.24º56.2%47.45%-
HSV(B)148.24º71.96%74.12%-
XYZ22.8838.4423.04-
YUV140.13114.9465.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 189 (74.22% from 255) = 52.65%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=14.76%
G=52.65%
B=32.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531891170.7200.380.26148.2456.247.45
Hex35BD75480261A94382f
Octal65275165110046322247057
Binary110101101111011110101100100001001101101010010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,189,117); }

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

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

 a { background-color: rgb(53,189,117); }

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

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

 span { border-color: rgb(53,189,117); }

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