Html Css Color HEX #248550 Sea Green

📋 copy color: '#248550'

red 36 ◦ green 133 ◦ blue 80

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

Shades of Sea Green #248550

Tints of Sea Green #248550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 14.46%
G = 53.41%
B = 32.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#248550 (or 0x248550) is known color: Sea Green. HEX triplet: 24, 85 and 50. RGB value is (36,133,80). Sum of RGB (Red+Green+Blue) = 36+133+80=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #248550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248550 is #DB7AAF. Grayscale: #626262. Windows color (decimal): -14383792 or 5276964. OLE color: 5276964.

HSL color Cylindrical-coordinate representation of color #248550: hue angle of 147.22º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248550 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 80 -
CMYK 0.73 0 0.40 0.48
HSL 147.22º 0.57% 0.33% -
HSV(B) 147.22º 0.73% 0.52% -
XYZ 10.56 17.73 10.45 -
YUV 97.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 36 133 80 0.73 0 0.40 0.48 147.22 0.57 0.33
Hex 24 85 50 49 0 28 30 93 39 21
Octal 44 205 120 111 0 50 60 223 71 41
Binary 100100 10000101 1010000 1001001 0 101000 110000 10010011 111001 100001

Color Harmonies of #248550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248550

Black with #248550

Text Example


Text Example

White with #248550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248550; }

 p { color: rgb(36,133,80); }

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

background-color css

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

 a { background-color: rgb(36,133,80); }

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

border-color css

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

 span { border-color: rgb(36,133,80); }

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