Html Css Color HEX #248B5E Sea Green

📋 copy color: '#248B5E'

red 36 ◦ green 139 ◦ blue 94

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

Shades of Sea Green #248B5E

Tints of Sea Green #248B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.67%

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

R = 13.38%
G = 51.67%
B = 34.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#248B5E (or 0x248B5E) is known color: Sea Green. HEX triplet: 24, 8B and 5E. RGB value is (36,139,94). Sum of RGB (Red+Green+Blue) = 36+139+94=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #248B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B5E is #DB74A1. Grayscale: #676767. Windows color (decimal): -14382242 or 6196004. OLE color: 6196004.

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

Color convert

RGB 36 139 94 -
CMYK 0.74 0 0.32 0.45
HSL 153.79º 0.59% 0.34% -
HSV(B) 153.79º 0.74% 0.55% -
XYZ 11.98 19.65 13.75 -
YUV 103.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 36 139 94 0.74 0 0.32 0.45 153.79 0.59 0.34
Hex 24 8B 5E 4A 0 20 2D 9A 3B 22
Octal 44 213 136 112 0 40 55 232 73 42
Binary 100100 10001011 1011110 1001010 0 100000 101101 10011010 111011 100010

Color Harmonies of #248B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B5E

Black with #248B5E

Text Example


Text Example

White with #248B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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