Html Css Color HEX #25534A Evening Sea

📋 copy color: '#25534A'

red 37 ◦ green 83 ◦ blue 74

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

Shades of Evening Sea #25534A

Tints of Evening Sea #25534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

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

R = 19.07%
G = 42.78%
B = 38.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#25534A (or 0x25534A) is known color: Evening Sea. HEX triplet: 25, 53 and 4A. RGB value is (37,83,74). Sum of RGB (Red+Green+Blue) = 37+83+74=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #25534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25534A is #DAACB5. Grayscale: #444444. Windows color (decimal): -14331062 or 4870949. OLE color: 4870949.

HSL color Cylindrical-coordinate representation of color #25534A: hue angle of 168.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25534A is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 83 74 -
CMYK 0.55 0 0.11 0.67
HSL 168.26º 0.38% 0.24% -
HSV(B) 168.26º 0.55% 0.33% -
XYZ 5.09 7.07 7.58 -
YUV 68.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 37 83 74 0.55 0 0.11 0.67 168.26 0.38 0.24
Hex 25 53 4A 37 0 B 43 A8 26 18
Octal 45 123 112 67 0 13 103 250 46 30
Binary 100101 1010011 1001010 110111 0 1011 1000011 10101000 100110 11000

Color Harmonies of #25534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25534A

Black with #25534A

Text Example


Text Example

White with #25534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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