#35B67F

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

Shades of Medium Sea Green #35B67F

Tints of Medium Sea Green #35B67F

Color information

#35B67F (or 0x35B67F) is unknown color: approx Medium Sea Green. HEX triplet: 35, B6 and 7F. RGB value is (53,182,127). Sum of RGB (Red+Green+Blue) = 53+182+127=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #35B67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B67F is #CA4980. Grayscale: #898989. Windows color (decimal): -13257089 or 8369717. OLE color: 8369717.

HSL color Cylindrical-coordinate representation of color #35B67F: hue angle of 154.42º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B67F is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB53182127-
CMYK0.7100.300.29
HSL154.42º54.89%46.08%-
HSV(B)154.42º70.88%71.37%-
XYZ22.0335.7525.82-
YUV137.16122.2667.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.64%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 127 (50% from 255) = 35.08%
R=14.64%
G=50.28%
B=35.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531821270.7100.300.29154.4254.8946.08
Hex35B67F4701E1D9a372e
Octal65266177107036352326756
Binary11010110110110111111110001110111101110110011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,182,127); }

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

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

 a { background-color: rgb(53,182,127); }

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

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

 span { border-color: rgb(53,182,127); }

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