Html Css Color HEX #25525E Teal Blue

📋 copy color: '#25525E'

red 37 ◦ green 82 ◦ blue 94

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

Shades of Teal Blue #25525E

Tints of Teal Blue #25525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 17.37%
G = 38.5%
B = 44.13%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25525E (or 0x25525E) is known color: Teal Blue. HEX triplet: 25, 52 and 5E. RGB value is (37,82,94). Sum of RGB (Red+Green+Blue) = 37+82+94=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #25525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25525E is #DAADA1. Grayscale: #454545. Windows color (decimal): -14331298 or 6181413. OLE color: 6181413.

HSL color Cylindrical-coordinate representation of color #25525E: hue angle of 192.63º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25525E is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 82 94 -
CMYK 0.61 0.13 0 0.63
HSL 192.63º 0.44% 0.26% -
HSV(B) 192.63º 0.61% 0.37% -
XYZ 5.8 7.24 11.68 -
YUV 69.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 37 82 94 0.61 0.13 0 0.63 192.63 0.44 0.26
Hex 25 52 5E 3D D 0 3F C1 2C 1A
Octal 45 122 136 75 15 0 77 301 54 32
Binary 100101 1010010 1011110 111101 1101 0 111111 11000001 101100 11010

Color Harmonies of #25525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25525E

Black with #25525E

Text Example


Text Example

White with #25525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25525E; }

 p { color: rgb(37,82,94); }

 H1.HeaderClassName
 {
   color: #25525E;
 }
 .AnyTagClassName
 {
   color: #25525E;
 }
</style>

background-color css

<style>
 a { background-color: #25525E; }

 a { background-color: rgb(37,82,94); }

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

border-color css

<style>
 span { border-color: #25525E; }

 span { border-color: rgb(37,82,94); }

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