Html Css Color HEX #25575E Teal Blue

📋 copy color: '#25575E'

red 37 ◦ green 87 ◦ blue 94

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

Shades of Teal Blue #25575E

Tints of Teal Blue #25575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

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

R = 16.97%
G = 39.91%
B = 43.12%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25575E (or 0x25575E) is known color: Teal Blue. HEX triplet: 25, 57 and 5E. RGB value is (37,87,94). Sum of RGB (Red+Green+Blue) = 37+87+94=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 94 - color contains mainly: blue. Hex color #25575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25575E is #DAA8A1. Grayscale: #484848. Windows color (decimal): -14330018 or 6182693. OLE color: 6182693.

HSL color Cylindrical-coordinate representation of color #25575E: hue angle of 187.37º 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 #25575E is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 87 94 -
CMYK 0.61 0.07 0 0.63
HSL 187.37º 0.44% 0.26% -
HSV(B) 187.37º 0.61% 0.37% -
XYZ 6.19 8.02 11.81 -
YUV 72.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 37 87 94 0.61 0.07 0 0.63 187.37 0.44 0.26
Hex 25 57 5E 3D 7 0 3F BB 2C 1A
Octal 45 127 136 75 7 0 77 273 54 32
Binary 100101 1010111 1011110 111101 111 0 111111 10111011 101100 11010

Color Harmonies of #25575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25575E

Black with #25575E

Text Example


Text Example

White with #25575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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