Html Css Color HEX #248558 Sea Green

📋 copy color: '#248558'

red 36 ◦ green 133 ◦ blue 88

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

Shades of Sea Green #248558

Tints of Sea Green #248558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 14.01%
G = 51.75%
B = 34.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#248558 (or 0x248558) is known color: Sea Green. HEX triplet: 24, 85 and 58. RGB value is (36,133,88). Sum of RGB (Red+Green+Blue) = 36+133+88=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #248558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248558 is #DB7AA7. Grayscale: #626262. Windows color (decimal): -14383784 or 5801252. OLE color: 5801252.

HSL color Cylindrical-coordinate representation of color #248558: hue angle of 152.16º 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 #248558 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 88 -
CMYK 0.73 0 0.34 0.48
HSL 152.16º 0.57% 0.33% -
HSV(B) 152.16º 0.73% 0.52% -
XYZ 10.88 17.85 12.11 -
YUV 98.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 36 133 88 0.73 0 0.34 0.48 152.16 0.57 0.33
Hex 24 85 58 49 0 22 30 98 39 21
Octal 44 205 130 111 0 42 60 230 71 41
Binary 100100 10000101 1011000 1001001 0 100010 110000 10011000 111001 100001

Color Harmonies of #248558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248558

Black with #248558

Text Example


Text Example

White with #248558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248558; }

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

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

background-color css

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

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

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

border-color css

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

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

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