Html Css Color HEX #24825D Sea Green

📋 copy color: '#24825D'

red 36 ◦ green 130 ◦ blue 93

#24825D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #24825D

Tints of Sea Green #24825D

RGB

 RED value IS 36 (14.45% from 255) = 13.9%

 GREEN value IS 130 (51.17% from 255) = 50.19%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 13.9%
G = 50.19%
B = 35.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#24825D (or 0x24825D) is known color: Sea Green. HEX triplet: 24, 82 and 5D. RGB value is (36,130,93). Sum of RGB (Red+Green+Blue) = 36+130+93=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #24825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24825D is #DB7DA2. Grayscale: #616161. Windows color (decimal): -14384547 or 6128164. OLE color: 6128164.

HSL color Cylindrical-coordinate representation of color #24825D: hue angle of 156.38º 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 #24825D is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 93 -
CMYK 0.72 0 0.28 0.49
HSL 156.38º 0.57% 0.33% -
HSV(B) 156.38º 0.72% 0.51% -
XYZ 10.69 17.13 13.1 -
YUV 97.68 125.36 84.01 -
System Red Green Blue C M Y K H S L
Decimal 36 130 93 0.72 0 0.28 0.49 156.38 0.57 0.33
Hex 24 82 5D 48 0 1C 31 9C 39 21
Octal 44 202 135 110 0 34 61 234 71 41
Binary 100100 10000010 1011101 1001000 0 11100 110001 10011100 111001 100001

Color Harmonies of #24825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24825D

Black with #24825D

Text Example


Text Example

White with #24825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24825D;
 }
 .AnyTagClassName
 {
   color: #24825D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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