Html Css Color HEX #254957 Teal Blue

📋 copy color: '#254957'

red 37 ◦ green 73 ◦ blue 87

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

Shades of Teal Blue #254957

Tints of Teal Blue #254957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 87 (34.38% from 255) = 44.16%

R = 18.78%
G = 37.06%
B = 44.16%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#254957 (or 0x254957) is known color: Teal Blue. HEX triplet: 25, 49 and 57. RGB value is (37,73,87). Sum of RGB (Red+Green+Blue) = 37+73+87=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #254957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254957 is #DAB6A8. Grayscale: #3F3F3F. Windows color (decimal): -14333609 or 5720357. OLE color: 5720357.

HSL color Cylindrical-coordinate representation of color #254957: hue angle of 196.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254957 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 73 87 -
CMYK 0.57 0.16 0 0.66
HSL 196.8º 0.4% 0.24% -
HSV(B) 196.8º 0.57% 0.34% -
XYZ 4.87 5.85 9.89 -
YUV 63.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 37 73 87 0.57 0.16 0 0.66 196.8 0.4 0.24
Hex 25 49 57 39 10 0 42 C5 28 18
Octal 45 111 127 71 20 0 102 305 50 30
Binary 100101 1001001 1010111 111001 10000 0 1000010 11000101 101000 11000

Color Harmonies of #254957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254957

Black with #254957

Text Example


Text Example

White with #254957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254957; }

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

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

background-color css

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

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

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

border-color css

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

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

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