Html Css Color HEX #248E5E Sea Green

📋 copy color: '#248E5E'

red 36 ◦ green 142 ◦ blue 94

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

Shades of Sea Green #248E5E

Tints of Sea Green #248E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.21%

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

R = 13.24%
G = 52.21%
B = 34.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#248E5E (or 0x248E5E) is known color: Sea Green. HEX triplet: 24, 8E and 5E. RGB value is (36,142,94). Sum of RGB (Red+Green+Blue) = 36+142+94=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #248E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E5E is #DB71A1. Grayscale: #686868. Windows color (decimal): -14381474 or 6196772. OLE color: 6196772.

HSL color Cylindrical-coordinate representation of color #248E5E: hue angle of 152.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E5E is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 142 94 -
CMYK 0.75 0 0.34 0.44
HSL 152.83º 0.6% 0.35% -
HSV(B) 152.83º 0.75% 0.56% -
XYZ 12.42 20.53 13.9 -
YUV 104.83 121.88 78.9 -
System Red Green Blue C M Y K H S L
Decimal 36 142 94 0.75 0 0.34 0.44 152.83 0.6 0.35
Hex 24 8E 5E 4B 0 22 2C 99 3C 23
Octal 44 216 136 113 0 42 54 231 74 43
Binary 100100 10001110 1011110 1001011 0 100010 101100 10011001 111100 100011

Color Harmonies of #248E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E5E

Black with #248E5E

Text Example


Text Example

White with #248E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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