Html Css Color HEX #35BF6F Medium Sea Green

📋 copy color: '#35BF6F'

red 53 ◦ green 191 ◦ blue 111

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

Shades of Medium Sea Green #35BF6F

Tints of Medium Sea Green #35BF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 53.8%

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 14.93%
G = 53.8%
B = 31.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#35BF6F (or 0x35BF6F) is known color: Medium Sea Green. HEX triplet: 35, BF and 6F. RGB value is (53,191,111). Sum of RGB (Red+Green+Blue) = 53+191+111=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BF6F is #CA4090. Grayscale: #8C8C8C. Windows color (decimal): -13254801 or 7323445. OLE color: 7323445.

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

Color convert

RGB 53 191 111 -
CMYK 0.72 0 0.42 0.25
HSL 145.22º 0.57% 0.48% -
HSV(B) 145.22º 0.72% 0.75% -
XYZ 22.97 39.17 21.39 -
YUV 140.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 53 191 111 0.72 0 0.42 0.25 145.22 0.57 0.48
Hex 35 BF 6F 48 0 2A 19 91 39 30
Octal 65 277 157 110 0 52 31 221 71 60
Binary 110101 10111111 1101111 1001000 0 101010 11001 10010001 111001 110000

Color Harmonies of #35BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BF6F

Black with #35BF6F

Text Example


Text Example

White with #35BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,191,111); }

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

background-color css

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

 a { background-color: rgb(53,191,111); }

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

border-color css

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

 span { border-color: rgb(53,191,111); }

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