Html Css Color HEX #25554D Evening Sea

📋 copy color: '#25554D'

red 37 ◦ green 85 ◦ blue 77

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

Shades of Evening Sea #25554D

Tints of Evening Sea #25554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 18.59%
G = 42.71%
B = 38.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#25554D (or 0x25554D) is known color: Evening Sea. HEX triplet: 25, 55 and 4D. RGB value is (37,85,77). Sum of RGB (Red+Green+Blue) = 37+85+77=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #25554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25554D is #DAAAB2. Grayscale: #454545. Windows color (decimal): -14330547 or 5068069. OLE color: 5068069.

HSL color Cylindrical-coordinate representation of color #25554D: hue angle of 170º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25554D is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 77 -
CMYK 0.56 0 0.09 0.67
HSL 170º 0.39% 0.24% -
HSV(B) 170º 0.56% 0.33% -
XYZ 5.35 7.43 8.17 -
YUV 69.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 37 85 77 0.56 0 0.09 0.67 170 0.39 0.24
Hex 25 55 4D 38 0 9 43 AA 27 18
Octal 45 125 115 70 0 11 103 252 47 30
Binary 100101 1010101 1001101 111000 0 1001 1000011 10101010 100111 11000

Color Harmonies of #25554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25554D

Black with #25554D

Text Example


Text Example

White with #25554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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