Html Css Color HEX #248B55 Sea Green

📋 copy color: '#248B55'

red 36 ◦ green 139 ◦ blue 85

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

Shades of Sea Green #248B55

Tints of Sea Green #248B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.46%

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

R = 13.85%
G = 53.46%
B = 32.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#248B55 (or 0x248B55) is known color: Sea Green. HEX triplet: 24, 8B and 55. RGB value is (36,139,85). Sum of RGB (Red+Green+Blue) = 36+139+85=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #248B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B55 is #DB74AA. Grayscale: #666666. Windows color (decimal): -14382251 or 5606180. OLE color: 5606180.

HSL color Cylindrical-coordinate representation of color #248B55: hue angle of 148.54º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B55 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 139 85 -
CMYK 0.74 0 0.39 0.45
HSL 148.54º 0.59% 0.34% -
HSV(B) 148.54º 0.74% 0.55% -
XYZ 11.6 19.5 11.75 -
YUV 102.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 36 139 85 0.74 0 0.39 0.45 148.54 0.59 0.34
Hex 24 8B 55 4A 0 27 2D 95 3B 22
Octal 44 213 125 112 0 47 55 225 73 42
Binary 100100 10001011 1010101 1001010 0 100111 101101 10010101 111011 100010

Color Harmonies of #248B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B55

Black with #248B55

Text Example


Text Example

White with #248B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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