Html Css Color HEX #248E60 Sea Green

📋 copy color: '#248E60'

red 36 ◦ green 142 ◦ blue 96

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

Shades of Sea Green #248E60

Tints of Sea Green #248E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 13.14%
G = 51.82%
B = 35.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#248E60 (or 0x248E60) is known color: Sea Green. HEX triplet: 24, 8E and 60. RGB value is (36,142,96). Sum of RGB (Red+Green+Blue) = 36+142+96=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #248E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E60 is #DB719F. Grayscale: #696969. Windows color (decimal): -14381472 or 6327844. OLE color: 6327844.

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

Color convert

RGB 36 142 96 -
CMYK 0.75 0 0.32 0.44
HSL 153.96º 0.6% 0.35% -
HSV(B) 153.96º 0.75% 0.56% -
XYZ 12.51 20.57 14.38 -
YUV 105.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 36 142 96 0.75 0 0.32 0.44 153.96 0.6 0.35
Hex 24 8E 60 4B 0 20 2C 9A 3C 23
Octal 44 216 140 113 0 40 54 232 74 43
Binary 100100 10001110 1100000 1001011 0 100000 101100 10011010 111100 100011

Color Harmonies of #248E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E60

Black with #248E60

Text Example


Text Example

White with #248E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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