#258C50

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

Shades of Sea Green #258C50

Tints of Sea Green #258C50

Color information

#258C50 (or 0x258C50) is unknown color: approx Sea Green. HEX triplet: 25, 8C and 50. RGB value is (37,140,80). Sum of RGB (Red+Green+Blue) = 37+140+80=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #258C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258C50 is #DA73AF. Grayscale: #666666. Windows color (decimal): -14316464 or 5278757. OLE color: 5278757.

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

Color convert

RGB3714080-
CMYK0.7400.430.45
HSL145.05º58.19%34.71%-
HSV(B)145.05º73.57%54.9%-
XYZ11.5919.7310.79-
YUV102.36115.3881.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 140 (55.08% from 255) = 54.47%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=14.40%
G=54.47%
B=31.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37140800.7400.430.45145.0558.1934.71
Hex258C504A02B2D913a23
Octal45214120112053552217243
Binary1001011000110010100001001010010101110110110010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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