Html Css Color HEX #35C072 Medium Sea Green

📋 copy color: '#35C072'

red 53 ◦ green 192 ◦ blue 114

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

Shades of Medium Sea Green #35C072

Tints of Medium Sea Green #35C072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 14.76%
G = 53.48%
B = 31.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#35C072 (or 0x35C072) is known color: Medium Sea Green. HEX triplet: 35, C0 and 72. RGB value is (53,192,114). Sum of RGB (Red+Green+Blue) = 53+192+114=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #35C072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C072 is #CA3F8D. Grayscale: #8D8D8D. Windows color (decimal): -13254542 or 7520309. OLE color: 7520309.

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

Color convert

RGB 53 192 114 -
CMYK 0.72 0 0.41 0.25
HSL 146.33º 0.57% 0.48% -
HSV(B) 146.33º 0.72% 0.75% -
XYZ 23.36 39.67 22.35 -
YUV 141.55 112.45 64.84 -
System Red Green Blue C M Y K H S L
Decimal 53 192 114 0.72 0 0.41 0.25 146.33 0.57 0.48
Hex 35 C0 72 48 0 29 19 92 39 30
Octal 65 300 162 110 0 51 31 222 71 60
Binary 110101 11000000 1110010 1001000 0 101001 11001 10010010 111001 110000

Color Harmonies of #35C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C072

Black with #35C072

Text Example


Text Example

White with #35C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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