#25614E

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

Shades of Evening Sea #25614E

Tints of Evening Sea #25614E

Color information

#25614E (or 0x25614E) is unknown color: approx Evening Sea. HEX triplet: 25, 61 and 4E. RGB value is (37,97,78). Sum of RGB (Red+Green+Blue) = 37+97+78=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #25614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25614E is #DA9EB1. Grayscale: #4C4C4C. Windows color (decimal): -14327474 or 5136677. OLE color: 5136677.

HSL color Cylindrical-coordinate representation of color #25614E: hue angle of 161º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25614E is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB379778-
CMYK0.6200.200.62
HSL161º44.78%26.27%-
HSV(B)161º61.86%38.04%-
XYZ6.419.498.7-
YUV76.89128.6299.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=17.45%
G=45.75%
B=36.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797780.6200.200.6216144.7826.27
Hex25614E3E0143Ea12d1a
Octal4514111676024762415532
Binary100101110000110011101111100101001111101010000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25614E; }

 p { color: rgb(37,97,78); }

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

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

 a { background-color: rgb(37,97,78); }

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

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

 span { border-color: rgb(37,97,78); }

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