Html Css Color HEX #24825A Sea Green

📋 copy color: '#24825A'

red 36 ◦ green 130 ◦ blue 90

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

Shades of Sea Green #24825A

Tints of Sea Green #24825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 14.06%
G = 50.78%
B = 35.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#24825A (or 0x24825A) is known color: Sea Green. HEX triplet: 24, 82 and 5A. RGB value is (36,130,90). Sum of RGB (Red+Green+Blue) = 36+130+90=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #24825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24825A is #DB7DA5. Grayscale: #616161. Windows color (decimal): -14384550 or 5931556. OLE color: 5931556.

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

Color convert

RGB 36 130 90 -
CMYK 0.72 0 0.31 0.49
HSL 154.47º 0.57% 0.33% -
HSV(B) 154.47º 0.72% 0.51% -
XYZ 10.56 17.08 12.41 -
YUV 97.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 36 130 90 0.72 0 0.31 0.49 154.47 0.57 0.33
Hex 24 82 5A 48 0 1F 31 9A 39 21
Octal 44 202 132 110 0 37 61 232 71 41
Binary 100100 10000010 1011010 1001000 0 11111 110001 10011010 111001 100001

Color Harmonies of #24825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24825A

Black with #24825A

Text Example


Text Example

White with #24825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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