Html Css Color HEX #248D5E Sea Green

📋 copy color: '#248D5E'

red 36 ◦ green 141 ◦ blue 94

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

Shades of Sea Green #248D5E

Tints of Sea Green #248D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 13.28%
G = 52.03%
B = 34.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#248D5E (or 0x248D5E) is known color: Sea Green. HEX triplet: 24, 8D and 5E. RGB value is (36,141,94). Sum of RGB (Red+Green+Blue) = 36+141+94=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #248D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D5E is #DB72A1. Grayscale: #686868. Windows color (decimal): -14381730 or 6196516. OLE color: 6196516.

HSL color Cylindrical-coordinate representation of color #248D5E: hue angle of 153.14º 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 #248D5E is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 94 -
CMYK 0.74 0 0.33 0.45
HSL 153.14º 0.59% 0.35% -
HSV(B) 153.14º 0.74% 0.55% -
XYZ 12.27 20.23 13.85 -
YUV 104.25 122.21 79.32 -
System Red Green Blue C M Y K H S L
Decimal 36 141 94 0.74 0 0.33 0.45 153.14 0.59 0.35
Hex 24 8D 5E 4A 0 21 2D 99 3B 23
Octal 44 215 136 112 0 41 55 231 73 43
Binary 100100 10001101 1011110 1001010 0 100001 101101 10011001 111011 100011

Color Harmonies of #248D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D5E

Black with #248D5E

Text Example


Text Example

White with #248D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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