#24825C

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

Shades of Sea Green #24825C

Tints of Sea Green #24825C

Color information

#24825C (or 0x24825C) is unknown color: approx Sea Green. HEX triplet: 24, 82 and 5C. RGB value is (36,130,92). Sum of RGB (Red+Green+Blue) = 36+130+92=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #24825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24825C is #DB7DA3. Grayscale: #616161. Windows color (decimal): -14384548 or 6062628. OLE color: 6062628.

HSL color Cylindrical-coordinate representation of color #24825C: hue angle of 155.74º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24825C is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB3613092-
CMYK0.7200.290.49
HSL155.74º56.63%32.55%-
HSV(B)155.74º72.31%50.98%-
XYZ10.6417.1112.87-
YUV97.56124.8684.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=13.95%
G=50.39%
B=35.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130920.7200.290.49155.7456.6332.55
Hex24825C4801D319c3921
Octal44202134110035612347141
Binary100100100000101011100100100001110111000110011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24825C; }

 p { color: rgb(36,130,92); }

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

<style>
 a { background-color: #24825C; }

 a { background-color: rgb(36,130,92); }

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

<style>
 span { border-color: #24825C; }

 span { border-color: rgb(36,130,92); }

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