Html Css Color HEX #248D59 Sea Green

📋 copy color: '#248D59'

red 36 ◦ green 141 ◦ blue 89

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

Shades of Sea Green #248D59

Tints of Sea Green #248D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.01%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 13.53%
G = 53.01%
B = 33.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#248D59 (or 0x248D59) is known color: Sea Green. HEX triplet: 24, 8D and 59. RGB value is (36,141,89). Sum of RGB (Red+Green+Blue) = 36+141+89=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #248D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D59 is #DB72A6. Grayscale: #676767. Windows color (decimal): -14381735 or 5868836. OLE color: 5868836.

HSL color Cylindrical-coordinate representation of color #248D59: hue angle of 150.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D59 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 89 -
CMYK 0.74 0 0.37 0.45
HSL 150.29º 0.59% 0.35% -
HSV(B) 150.29º 0.74% 0.55% -
XYZ 12.06 20.15 12.7 -
YUV 103.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 36 141 89 0.74 0 0.37 0.45 150.29 0.59 0.35
Hex 24 8D 59 4A 0 25 2D 96 3B 23
Octal 44 215 131 112 0 45 55 226 73 43
Binary 100100 10001101 1011001 1001010 0 100101 101101 10010110 111011 100011

Color Harmonies of #248D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D59

Black with #248D59

Text Example


Text Example

White with #248D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248D59; }

 p { color: rgb(36,141,89); }

 H1.HeaderClassName
 {
   color: #248D59;
 }
 .AnyTagClassName
 {
   color: #248D59;
 }
</style>

background-color css

<style>
 a { background-color: #248D59; }

 a { background-color: rgb(36,141,89); }

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

border-color css

<style>
 span { border-color: #248D59; }

 span { border-color: rgb(36,141,89); }

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