Html Css Color HEX #35CE70 Medium Sea Green

📋 copy color: '#35CE70'

red 53 ◦ green 206 ◦ blue 112

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

Shades of Medium Sea Green #35CE70

Tints of Medium Sea Green #35CE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.53%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 14.29%
G = 55.53%
B = 30.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#35CE70 (or 0x35CE70) is known color: Medium Sea Green. HEX triplet: 35, CE and 70. RGB value is (53,206,112). Sum of RGB (Red+Green+Blue) = 53+206+112=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CE70 is #CA318F. Grayscale: #959595. Windows color (decimal): -13250960 or 7392821. OLE color: 7392821.

HSL color Cylindrical-coordinate representation of color #35CE70: hue angle of 143.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE70 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 206 112 -
CMYK 0.74 0 0.46 0.19
HSL 143.14º 0.61% 0.51% -
HSV(B) 143.14º 0.74% 0.81% -
XYZ 26.46 46.07 22.83 -
YUV 149.54 106.81 59.14 -
System Red Green Blue C M Y K H S L
Decimal 53 206 112 0.74 0 0.46 0.19 143.14 0.61 0.51
Hex 35 CE 70 4A 0 2E 13 8F 3D 33
Octal 65 316 160 112 0 56 23 217 75 63
Binary 110101 11001110 1110000 1001010 0 101110 10011 10001111 111101 110011

Color Harmonies of #35CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CE70

Black with #35CE70

Text Example


Text Example

White with #35CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,206,112); }

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

background-color css

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

 a { background-color: rgb(53,206,112); }

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

border-color css

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

 span { border-color: rgb(53,206,112); }

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