#24BF70

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

Shades of Medium Sea Green #24BF70

Tints of Medium Sea Green #24BF70

Color information

#24BF70 (or 0x24BF70) is unknown color: approx Medium Sea Green. HEX triplet: 24, BF and 70. RGB value is (36,191,112). Sum of RGB (Red+Green+Blue) = 36+191+112=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24BF70 is #DB408F. Grayscale: #878787. Windows color (decimal): -14368912 or 7388964. OLE color: 7388964.

HSL color Cylindrical-coordinate representation of color #24BF70: hue angle of 149.42º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BF70 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB36191112-
CMYK0.8100.410.25
HSL149.42º68.28%44.51%-
HSV(B)149.42º81.15%74.9%-
XYZ22.2838.8121.65-
YUV135.65114.6556.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.62%
GREEN value IS 191 (75% from 255) = 56.34%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=10.62%
G=56.34%
B=33.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361911120.8100.410.25149.4268.2844.51
Hex24BF70510291995442d
Octal442771601210513122510455
Binary1001001011111111100001010001010100111001100101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24BF70; }

 p { color: rgb(36,191,112); }

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

<style>
 a { background-color: #24BF70; }

 a { background-color: rgb(36,191,112); }

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

<style>
 span { border-color: #24BF70; }

 span { border-color: rgb(36,191,112); }

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