Html Css Color HEX #248955 Sea Green

📋 copy color: '#248955'

red 36 ◦ green 137 ◦ blue 85

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

Shades of Sea Green #248955

Tints of Sea Green #248955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 13.95%
G = 53.1%
B = 32.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#248955 (or 0x248955) is known color: Sea Green. HEX triplet: 24, 89 and 55. RGB value is (36,137,85). Sum of RGB (Red+Green+Blue) = 36+137+85=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #248955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248955 is #DB76AA. Grayscale: #646464. Windows color (decimal): -14382763 or 5605668. OLE color: 5605668.

HSL color Cylindrical-coordinate representation of color #248955: hue angle of 149.11º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248955 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 85 -
CMYK 0.74 0 0.38 0.46
HSL 149.11º 0.58% 0.34% -
HSV(B) 149.11º 0.74% 0.54% -
XYZ 11.31 18.92 11.65 -
YUV 100.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 36 137 85 0.74 0 0.38 0.46 149.11 0.58 0.34
Hex 24 89 55 4A 0 26 2E 95 3A 22
Octal 44 211 125 112 0 46 56 225 72 42
Binary 100100 10001001 1010101 1001010 0 100110 101110 10010101 111010 100010

Color Harmonies of #248955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248955

Black with #248955

Text Example


Text Example

White with #248955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248955; }

 p { color: rgb(36,137,85); }

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

background-color css

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

 a { background-color: rgb(36,137,85); }

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

border-color css

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

 span { border-color: rgb(36,137,85); }

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