#248254

Color #248254 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #248254

Tints of Sea Green #248254

Color information

#248254 (or 0x248254) is unknown color: approx Sea Green. HEX triplet: 24, 82 and 54. RGB value is (36,130,84). Sum of RGB (Red+Green+Blue) = 36+130+84=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #248254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248254 is #DB7DAB. Grayscale: #606060. Windows color (decimal): -14384556 or 5538340. OLE color: 5538340.

HSL color Cylindrical-coordinate representation of color #248254: hue angle of 150.64º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248254 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB3613084-
CMYK0.7200.350.49
HSL150.64º56.63%32.55%-
HSV(B)150.64º72.31%50.98%-
XYZ10.3116.9811.12-
YUV96.65120.8684.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=14.4%
G=52%
B=33.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130840.7200.350.49150.6456.6332.55
Hex2482544802331973921
Octal44202124110043612277141
Binary1001001000001010101001001000010001111000110010111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248254; }

 p { color: rgb(36,130,84); }

 H1.HeaderClassName
 {
   color: #248254;
 }
 .AnyTagClassName
 {
   color: #248254;
 }
</style>
background-color css

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

 a { background-color: rgb(36,130,84); }

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

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

 span { border-color: rgb(36,130,84); }

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