#259D50

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

Shades of Sea Green #259D50

Tints of Sea Green #259D50

Color information

#259D50 (or 0x259D50) is unknown color: approx Sea Green. HEX triplet: 25, 9D and 50. RGB value is (37,157,80). Sum of RGB (Red+Green+Blue) = 37+157+80=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #259D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259D50 is #DA62AF. Grayscale: #707070. Windows color (decimal): -14312112 or 5283109. OLE color: 5283109.

HSL color Cylindrical-coordinate representation of color #259D50: hue angle of 141.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259D50 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB3715780-
CMYK0.7600.490.38
HSL141.5º61.86%38.04%-
HSV(B)141.5º76.43%61.57%-
XYZ14.2725.0911.68-
YUV112.34109.7474.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 157 (61.72% from 255) = 57.30%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=13.50%
G=57.30%
B=29.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37157800.7600.490.38141.561.8638.04
Hex259D504C031268e3e26
Octal45235120114061462167646
Binary1001011001110110100001001100011000110011010001110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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