Html Css Color HEX #248A52 Sea Green

📋 copy color: '#248A52'

red 36 ◦ green 138 ◦ blue 82

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

Shades of Sea Green #248A52

Tints of Sea Green #248A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.91%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 14.06%
G = 53.91%
B = 32.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#248A52 (or 0x248A52) is known color: Sea Green. HEX triplet: 24, 8A and 52. RGB value is (36,138,82). Sum of RGB (Red+Green+Blue) = 36+138+82=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #248A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A52 is #DB75AD. Grayscale: #656565. Windows color (decimal): -14382510 or 5409316. OLE color: 5409316.

HSL color Cylindrical-coordinate representation of color #248A52: hue angle of 147.06º degrees, saturation: 0.59, 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 #248A52 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 82 -
CMYK 0.74 0 0.41 0.46
HSL 147.06º 0.59% 0.34% -
HSV(B) 147.06º 0.74% 0.54% -
XYZ 11.34 19.16 11.08 -
YUV 101.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 36 138 82 0.74 0 0.41 0.46 147.06 0.59 0.34
Hex 24 8A 52 4A 0 29 2E 93 3B 22
Octal 44 212 122 112 0 51 56 223 73 42
Binary 100100 10001010 1010010 1001010 0 101001 101110 10010011 111011 100010

Color Harmonies of #248A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A52

Black with #248A52

Text Example


Text Example

White with #248A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,138,82); }

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

background-color css

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

 a { background-color: rgb(36,138,82); }

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

border-color css

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

 span { border-color: rgb(36,138,82); }

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