#24CD70

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

Shades of Medium Sea Green #24CD70

Tints of Medium Sea Green #24CD70

Color information

#24CD70 (or 0x24CD70) is unknown color: approx Medium Sea Green. HEX triplet: 24, CD and 70. RGB value is (36,205,112). Sum of RGB (Red+Green+Blue) = 36+205+112=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #24CD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24CD70 is #DB328F. Grayscale: #909090. Windows color (decimal): -14365328 or 7392548. OLE color: 7392548.

HSL color Cylindrical-coordinate representation of color #24CD70: hue angle of 146.98º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CD70 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB36205112-
CMYK0.8200.450.20
HSL146.98º70.12%47.25%-
HSV(B)146.98º82.44%80.39%-
XYZ25.4845.2122.71-
YUV143.87110.0151.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.20%
GREEN value IS 205 (80.47% from 255) = 58.07%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=10.20%
G=58.07%
B=31.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal362051120.8200.450.20146.9870.1247.25
Hex24CD705202D1493462f
Octal443151601220552422310657
Binary1001001100110111100001010010010110110100100100111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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