Html Css Color HEX #25695A Eden

📋 copy color: '#25695A'

red 37 ◦ green 105 ◦ blue 90

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

Shades of Eden #25695A

Tints of Eden #25695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 15.95%
G = 45.26%
B = 38.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#25695A (or 0x25695A) is known color: Eden. HEX triplet: 25, 69 and 5A. RGB value is (37,105,90). Sum of RGB (Red+Green+Blue) = 37+105+90=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #25695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25695A is #DA96A5. Grayscale: #525252. Windows color (decimal): -14325414 or 5925157. OLE color: 5925157.

HSL color Cylindrical-coordinate representation of color #25695A: hue angle of 166.76º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25695A is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 105 90 -
CMYK 0.65 0 0.14 0.59
HSL 166.76º 0.48% 0.28% -
HSV(B) 166.76º 0.65% 0.41% -
XYZ 7.66 11.23 11.44 -
YUV 82.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 37 105 90 0.65 0 0.14 0.59 166.76 0.48 0.28
Hex 25 69 5A 41 0 E 3B A7 30 1C
Octal 45 151 132 101 0 16 73 247 60 34
Binary 100101 1101001 1011010 1000001 0 1110 111011 10100111 110000 11100

Color Harmonies of #25695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25695A

Black with #25695A

Text Example


Text Example

White with #25695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,105,90); }

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

background-color css

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

 a { background-color: rgb(37,105,90); }

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

border-color css

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

 span { border-color: rgb(37,105,90); }

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