#258B50

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

Shades of Sea Green #258B50

Tints of Sea Green #258B50

Color information

#258B50 (or 0x258B50) is unknown color: approx Sea Green. HEX triplet: 25, 8B and 50. RGB value is (37,139,80). Sum of RGB (Red+Green+Blue) = 37+139+80=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #258B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B50 is #DA74AF. Grayscale: #656565. Windows color (decimal): -14316720 or 5278501. OLE color: 5278501.

HSL color Cylindrical-coordinate representation of color #258B50: hue angle of 145.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B50 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB3713980-
CMYK0.7300.420.45
HSL145.29º57.95%34.51%-
HSV(B)145.29º73.38%54.51%-
XYZ11.4419.4410.74-
YUV101.78115.7181.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 139 (54.69% from 255) = 54.30%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=14.45%
G=54.30%
B=31.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37139800.7300.420.45145.2957.9534.51
Hex258B504902A2D913a23
Octal45213120111052552217243
Binary1001011000101110100001001001010101010110110010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258B50; }

 p { color: rgb(37,139,80); }

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

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

 a { background-color: rgb(37,139,80); }

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

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

 span { border-color: rgb(37,139,80); }

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