Html Css Color HEX #248F5E Sea Green

📋 copy color: '#248F5E'

red 36 ◦ green 143 ◦ blue 94

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

Shades of Sea Green #248F5E

Tints of Sea Green #248F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.38%

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

R = 13.19%
G = 52.38%
B = 34.43%

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

#248F5E (or 0x248F5E) is known color: Sea Green. HEX triplet: 24, 8F and 5E. RGB value is (36,143,94). Sum of RGB (Red+Green+Blue) = 36+143+94=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #248F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F5E is #DB70A1. Grayscale: #696969. Windows color (decimal): -14381218 or 6197028. OLE color: 6197028.

HSL color Cylindrical-coordinate representation of color #248F5E: hue angle of 152.52º 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 #248F5E is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 143 94 -
CMYK 0.75 0 0.34 0.44
HSL 152.52º 0.6% 0.35% -
HSV(B) 152.52º 0.75% 0.56% -
XYZ 12.57 20.83 13.95 -
YUV 105.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 36 143 94 0.75 0 0.34 0.44 152.52 0.6 0.35
Hex 24 8F 5E 4B 0 22 2C 99 3C 23
Octal 44 217 136 113 0 42 54 231 74 43
Binary 100100 10001111 1011110 1001011 0 100010 101100 10011001 111100 100011

Color Harmonies of #248F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F5E

Black with #248F5E

Text Example


Text Example

White with #248F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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