Html Css Color HEX #25554A Evening Sea

📋 copy color: '#25554A'

red 37 ◦ green 85 ◦ blue 74

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

Shades of Evening Sea #25554A

Tints of Evening Sea #25554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 18.88%
G = 43.37%
B = 37.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#25554A (or 0x25554A) is known color: Evening Sea. HEX triplet: 25, 55 and 4A. RGB value is (37,85,74). Sum of RGB (Red+Green+Blue) = 37+85+74=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #25554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25554A is #DAAAB5. Grayscale: #454545. Windows color (decimal): -14330550 or 4871461. OLE color: 4871461.

HSL color Cylindrical-coordinate representation of color #25554A: hue angle of 166.25º 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 #25554A is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 74 -
CMYK 0.56 0 0.13 0.67
HSL 166.25º 0.39% 0.24% -
HSV(B) 166.25º 0.56% 0.33% -
XYZ 5.25 7.38 7.63 -
YUV 69.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 37 85 74 0.56 0 0.13 0.67 166.25 0.39 0.24
Hex 25 55 4A 38 0 D 43 A6 27 18
Octal 45 125 112 70 0 15 103 246 47 30
Binary 100101 1010101 1001010 111000 0 1101 1000011 10100110 100111 11000

Color Harmonies of #25554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25554A

Black with #25554A

Text Example


Text Example

White with #25554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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