#28bf75

Color #28BF75 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #28BF75

Tints of Medium Sea Green #28BF75

Color information

#28BF75 (or 0x28BF75) is unknown color: approx Medium Sea Green. HEX triplet: 28, BF and 75. RGB value is (40,191,117). Sum of RGB (Red+Green+Blue) = 40+191+117=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BF75 is #D7408A. Grayscale: #898989. Windows color (decimal): -14106763 or 7716648. OLE color: 7716648.

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

Color convert

RGB40191117-
CMYK0.7900.390.25
HSL150.6º65.37%45.29%-
HSV(B)150.6º79.06%74.9%-
XYZ22.723923.16-
YUV137.42116.4758.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.49%
GREEN value IS 191 (75% from 255) = 54.89%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=11.49%
G=54.89%
B=33.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401911170.7900.390.25150.665.3745.29
Hex28BF754F0271997412d
Octal502771651170473122710155
Binary1010001011111111101011001111010011111001100101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28bf75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,191,117); }

 H1.HeaderClassName
 {
   color: #28bf75;
 }
 .AnyTagClassName
 {
   color: #28bf75;
 }
</style>
background-color css

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

 a { background-color: rgb(40,191,117); }

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

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

 span { border-color: rgb(40,191,117); }

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