Html Css Color HEX #35C07F Medium Sea Green

📋 copy color: '#35C07F'

red 53 ◦ green 192 ◦ blue 127

#35C07F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #35C07F

Tints of Medium Sea Green #35C07F

RGB

 RED value IS 53 (21.09% from 255) = 14.25%

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 14.25%
G = 51.61%
B = 34.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#35C07F (or 0x35C07F) is known color: Medium Sea Green. HEX triplet: 35, C0 and 7F. RGB value is (53,192,127). Sum of RGB (Red+Green+Blue) = 53+192+127=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #35C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C07F is #CA3F80. Grayscale: #8F8F8F. Windows color (decimal): -13254529 or 8372277. OLE color: 8372277.

HSL color Cylindrical-coordinate representation of color #35C07F: hue angle of 151.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C07F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 127 -
CMYK 0.72 0 0.34 0.25
HSL 151.94º 0.57% 0.48% -
HSV(B) 151.94º 0.72% 0.75% -
XYZ 24.15 39.99 26.52 -
YUV 143.03 118.95 63.79 -
System Red Green Blue C M Y K H S L
Decimal 53 192 127 0.72 0 0.34 0.25 151.94 0.57 0.48
Hex 35 C0 7F 48 0 22 19 98 39 30
Octal 65 300 177 110 0 42 31 230 71 60
Binary 110101 11000000 1111111 1001000 0 100010 11001 10011000 111001 110000

Color Harmonies of #35C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C07F

Black with #35C07F

Text Example


Text Example

White with #35C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35C07F;
 }
 .AnyTagClassName
 {
   color: #35C07F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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