Html Css Color HEX #248552 Sea Green

📋 copy color: '#248552'

red 36 ◦ green 133 ◦ blue 82

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

Shades of Sea Green #248552

Tints of Sea Green #248552

RGB

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

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

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

R = 14.34%
G = 52.99%
B = 32.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#248552 (or 0x248552) is known color: Sea Green. HEX triplet: 24, 85 and 52. RGB value is (36,133,82). Sum of RGB (Red+Green+Blue) = 36+133+82=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #248552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248552 is #DB7AAD. Grayscale: #626262. Windows color (decimal): -14383790 or 5408036. OLE color: 5408036.

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

Color convert

RGB 36 133 82 -
CMYK 0.73 0 0.38 0.48
HSL 148.45º 0.57% 0.33% -
HSV(B) 148.45º 0.73% 0.52% -
XYZ 10.64 17.76 10.85 -
YUV 98.18 118.86 83.65 -
System Red Green Blue C M Y K H S L
Decimal 36 133 82 0.73 0 0.38 0.48 148.45 0.57 0.33
Hex 24 85 52 49 0 26 30 94 39 21
Octal 44 205 122 111 0 46 60 224 71 41
Binary 100100 10000101 1010010 1001001 0 100110 110000 10010100 111001 100001

Color Harmonies of #248552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248552

Black with #248552

Text Example


Text Example

White with #248552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248552; }

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

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

background-color css

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

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

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

border-color css

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

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

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