#248855

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

Shades of Sea Green #248855

Tints of Sea Green #248855

Color information

#248855 (or 0x248855) is unknown color: approx Sea Green. HEX triplet: 24, 88 and 55. RGB value is (36,136,85). Sum of RGB (Red+Green+Blue) = 36+136+85=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #248855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248855 is #DB77AA. Grayscale: #646464. Windows color (decimal): -14383019 or 5605412. OLE color: 5605412.

HSL color Cylindrical-coordinate representation of color #248855: hue angle of 149.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248855 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB3613685-
CMYK0.7400.380.47
HSL149.4º58.14%33.73%-
HSV(B)149.4º73.53%53.33%-
XYZ11.1718.6411.6-
YUV100.29119.3782.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=14.01%
G=52.92%
B=33.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36136850.7400.380.47149.458.1433.73
Hex2488554A0262F953a22
Octal44210125112046572257242
Binary1001001000100010101011001010010011010111110010101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248855; }

 p { color: rgb(36,136,85); }

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

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

 a { background-color: rgb(36,136,85); }

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

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

 span { border-color: rgb(36,136,85); }

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