Html Css Color HEX #248E5C Sea Green

📋 copy color: '#248E5C'

red 36 ◦ green 142 ◦ blue 92

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

Shades of Sea Green #248E5C

Tints of Sea Green #248E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.59%

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

R = 13.33%
G = 52.59%
B = 34.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#248E5C (or 0x248E5C) is known color: Sea Green. HEX triplet: 24, 8E and 5C. RGB value is (36,142,92). Sum of RGB (Red+Green+Blue) = 36+142+92=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #248E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E5C is #DB71A3. Grayscale: #686868. Windows color (decimal): -14381476 or 6065700. OLE color: 6065700.

HSL color Cylindrical-coordinate representation of color #248E5C: hue angle of 151.7º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E5C is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 142 92 -
CMYK 0.75 0 0.35 0.44
HSL 151.7º 0.6% 0.35% -
HSV(B) 151.7º 0.75% 0.56% -
XYZ 12.33 20.49 13.43 -
YUV 104.61 120.88 79.07 -
System Red Green Blue C M Y K H S L
Decimal 36 142 92 0.75 0 0.35 0.44 151.7 0.6 0.35
Hex 24 8E 5C 4B 0 23 2C 98 3C 23
Octal 44 216 134 113 0 43 54 230 74 43
Binary 100100 10001110 1011100 1001011 0 100011 101100 10011000 111100 100011

Color Harmonies of #248E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E5C

Black with #248E5C

Text Example


Text Example

White with #248E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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