Html Css Color HEX #248B5C Sea Green

📋 copy color: '#248B5C'

red 36 ◦ green 139 ◦ blue 92

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

Shades of Sea Green #248B5C

Tints of Sea Green #248B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 13.48%
G = 52.06%
B = 34.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#248B5C (or 0x248B5C) is known color: Sea Green. HEX triplet: 24, 8B and 5C. RGB value is (36,139,92). Sum of RGB (Red+Green+Blue) = 36+139+92=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #248B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B5C is #DB74A3. Grayscale: #666666. Windows color (decimal): -14382244 or 6064932. OLE color: 6064932.

HSL color Cylindrical-coordinate representation of color #248B5C: hue angle of 152.62º 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 #248B5C is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 139 92 -
CMYK 0.74 0 0.34 0.45
HSL 152.62º 0.59% 0.34% -
HSV(B) 152.62º 0.74% 0.55% -
XYZ 11.89 19.61 13.28 -
YUV 102.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 36 139 92 0.74 0 0.34 0.45 152.62 0.59 0.34
Hex 24 8B 5C 4A 0 22 2D 99 3B 22
Octal 44 213 134 112 0 42 55 231 73 42
Binary 100100 10001011 1011100 1001010 0 100010 101101 10011001 111011 100010

Color Harmonies of #248B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B5C

Black with #248B5C

Text Example


Text Example

White with #248B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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