#35BD68

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

Shades of Medium Sea Green #35BD68

Tints of Medium Sea Green #35BD68

Color information

#35BD68 (or 0x35BD68) is unknown color: approx Medium Sea Green. HEX triplet: 35, BD and 68. RGB value is (53,189,104). Sum of RGB (Red+Green+Blue) = 53+189+104=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BD68 is #CA4297. Grayscale: #8A8A8A. Windows color (decimal): -13255320 or 6864181. OLE color: 6864181.

HSL color Cylindrical-coordinate representation of color #35BD68: hue angle of 142.5º 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 #35BD68 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB53189104-
CMYK0.7200.450.26
HSL142.5º56.2%47.45%-
HSV(B)142.5º71.96%74.12%-
XYZ22.1638.1519.29-
YUV138.65108.4466.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=15.32%
G=54.62%
B=30.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531891040.7200.450.26142.556.247.45
Hex35BD684802D1A8e382f
Octal65275150110055322167057
Binary110101101111011101000100100001011011101010001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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