#259A50

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

Shades of Sea Green #259A50

Tints of Sea Green #259A50

Color information

#259A50 (or 0x259A50) is unknown color: approx Sea Green. HEX triplet: 25, 9A and 50. RGB value is (37,154,80). Sum of RGB (Red+Green+Blue) = 37+154+80=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #259A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259A50 is #DA65AF. Grayscale: #6E6E6E. Windows color (decimal): -14312880 or 5282341. OLE color: 5282341.

HSL color Cylindrical-coordinate representation of color #259A50: hue angle of 142.05º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A50 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB3715480-
CMYK0.7600.480.40
HSL142.05º61.26%37.45%-
HSV(B)142.05º75.97%60.39%-
XYZ13.7724.0811.51-
YUV110.58110.7475.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 154 (60.55% from 255) = 56.83%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=13.65%
G=56.83%
B=29.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37154800.7600.480.40142.0561.2637.45
Hex259A504C030288e3d25
Octal45232120114060502167545
Binary1001011001101010100001001100011000010100010001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259A50; }

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

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

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

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

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

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

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

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