Html Css Color HEX #248450 Sea Green

📋 copy color: '#248450'

red 36 ◦ green 132 ◦ blue 80

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

Shades of Sea Green #248450

Tints of Sea Green #248450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.23%

 BLUE value IS 80 (31.64% from 255) = 32.26%

R = 14.52%
G = 53.23%
B = 32.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#248450 (or 0x248450) is known color: Sea Green. HEX triplet: 24, 84 and 50. RGB value is (36,132,80). Sum of RGB (Red+Green+Blue) = 36+132+80=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #248450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248450 is #DB7BAF. Grayscale: #616161. Windows color (decimal): -14384048 or 5276708. OLE color: 5276708.

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

Color convert

RGB 36 132 80 -
CMYK 0.73 0 0.39 0.48
HSL 147.5º 0.57% 0.33% -
HSV(B) 147.5º 0.73% 0.52% -
XYZ 10.43 17.46 10.41 -
YUV 97.37 118.2 84.23 -
System Red Green Blue C M Y K H S L
Decimal 36 132 80 0.73 0 0.39 0.48 147.5 0.57 0.33
Hex 24 84 50 49 0 27 30 94 39 21
Octal 44 204 120 111 0 47 60 224 71 41
Binary 100100 10000100 1010000 1001001 0 100111 110000 10010100 111001 100001

Color Harmonies of #248450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248450

Black with #248450

Text Example


Text Example

White with #248450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248450; }

 p { color: rgb(36,132,80); }

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

background-color css

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

 a { background-color: rgb(36,132,80); }

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

border-color css

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

 span { border-color: rgb(36,132,80); }

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