Html Css Color HEX #25614D Evening Sea

📋 copy color: '#25614D'

red 37 ◦ green 97 ◦ blue 77

#25614D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #25614D

Tints of Evening Sea #25614D

RGB

 RED value IS 37 (14.84% from 255) = 17.54%

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 17.54%
G = 45.97%
B = 36.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#25614D (or 0x25614D) is known color: Evening Sea. HEX triplet: 25, 61 and 4D. RGB value is (37,97,77). Sum of RGB (Red+Green+Blue) = 37+97+77=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #25614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25614D is #DA9EB2. Grayscale: #4C4C4C. Windows color (decimal): -14327475 or 5071141. OLE color: 5071141.

HSL color Cylindrical-coordinate representation of color #25614D: hue angle of 160º 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 #25614D is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 97 77 -
CMYK 0.62 0 0.21 0.62
HSL 160º 0.45% 0.26% -
HSV(B) 160º 0.62% 0.38% -
XYZ 6.38 9.48 8.51 -
YUV 76.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 37 97 77 0.62 0 0.21 0.62 160 0.45 0.26
Hex 25 61 4D 3E 0 15 3E A0 2D 1A
Octal 45 141 115 76 0 25 76 240 55 32
Binary 100101 1100001 1001101 111110 0 10101 111110 10100000 101101 11010

Color Harmonies of #25614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25614D

Black with #25614D

Text Example


Text Example

White with #25614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25614D;
 }
 .AnyTagClassName
 {
   color: #25614D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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