Html Css Color HEX #28BC70 Medium Sea Green

📋 copy color: '#28BC70'

red 40 ◦ green 188 ◦ blue 112

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

Shades of Medium Sea Green #28BC70

Tints of Medium Sea Green #28BC70

RGB

 RED value IS 40 (16.02% from 255) = 11.76%

 GREEN value IS 188 (73.83% from 255) = 55.29%

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

R = 11.76%
G = 55.29%
B = 32.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#28BC70 (or 0x28BC70) is known color: Medium Sea Green. HEX triplet: 28, BC and 70. RGB value is (40,188,112). Sum of RGB (Red+Green+Blue) = 40+188+112=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BC70 is #D7438F. Grayscale: #878787. Windows color (decimal): -14107536 or 7388200. OLE color: 7388200.

HSL color Cylindrical-coordinate representation of color #28BC70: hue angle of 149.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC70 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 188 112 -
CMYK 0.79 0 0.40 0.26
HSL 149.19º 0.65% 0.45% -
HSV(B) 149.19º 0.79% 0.74% -
XYZ 21.78 37.59 21.44 -
YUV 135.08 114.97 60.18 -
System Red Green Blue C M Y K H S L
Decimal 40 188 112 0.79 0 0.40 0.26 149.19 0.65 0.45
Hex 28 BC 70 4F 0 28 1A 95 41 2D
Octal 50 274 160 117 0 50 32 225 101 55
Binary 101000 10111100 1110000 1001111 0 101000 11010 10010101 1000001 101101

Color Harmonies of #28BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC70

Black with #28BC70

Text Example


Text Example

White with #28BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28BC70; }

 p { color: rgb(40,188,112); }

 H1.HeaderClassName
 {
   color: #28BC70;
 }
 .AnyTagClassName
 {
   color: #28BC70;
 }
</style>

background-color css

<style>
 a { background-color: #28BC70; }

 a { background-color: rgb(40,188,112); }

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

border-color css

<style>
 span { border-color: #28BC70; }

 span { border-color: rgb(40,188,112); }

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