#24C770

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

Shades of Medium Sea Green #24C770

Tints of Medium Sea Green #24C770

Color information

#24C770 (or 0x24C770) is unknown color: approx Medium Sea Green. HEX triplet: 24, C7 and 70. RGB value is (36,199,112). Sum of RGB (Red+Green+Blue) = 36+199+112=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #24C770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24C770 is #DB388F. Grayscale: #8C8C8C. Windows color (decimal): -14366864 or 7391012. OLE color: 7391012.

HSL color Cylindrical-coordinate representation of color #24C770: hue angle of 147.98º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C770 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB36199112-
CMYK0.8200.440.22
HSL147.98º69.36%46.08%-
HSV(B)147.98º81.91%78.04%-
XYZ24.0842.3922.24-
YUV140.3411253.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.37%
GREEN value IS 199 (78.12% from 255) = 57.35%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=10.37%
G=57.35%
B=32.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal361991120.8200.440.22147.9869.3646.08
Hex24C7705202C1694452e
Octal443071601220542622410556
Binary1001001100011111100001010010010110010110100101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24C770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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