Html Css Color HEX #254856 Teal Blue

📋 copy color: '#254856'

red 37 ◦ green 72 ◦ blue 86

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

Shades of Teal Blue #254856

Tints of Teal Blue #254856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

 BLUE value IS 86 (33.98% from 255) = 44.1%

R = 18.97%
G = 36.92%
B = 44.1%

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

#254856 (or 0x254856) is known color: Teal Blue. HEX triplet: 25, 48 and 56. RGB value is (37,72,86). Sum of RGB (Red+Green+Blue) = 37+72+86=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #254856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254856 is #DAB7A9. Grayscale: #3F3F3F. Windows color (decimal): -14333866 or 5654565. OLE color: 5654565.

HSL color Cylindrical-coordinate representation of color #254856: hue angle of 197.14º 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 #254856 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 72 86 -
CMYK 0.57 0.16 0 0.66
HSL 197.14º 0.4% 0.24% -
HSV(B) 197.14º 0.57% 0.34% -
XYZ 4.76 5.7 9.65 -
YUV 63.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 37 72 86 0.57 0.16 0 0.66 197.14 0.4 0.24
Hex 25 48 56 39 10 0 42 C5 28 18
Octal 45 110 126 71 20 0 102 305 50 30
Binary 100101 1001000 1010110 111001 10000 0 1000010 11000101 101000 11000

Color Harmonies of #254856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254856

Black with #254856

Text Example


Text Example

White with #254856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254856; }

 p { color: rgb(37,72,86); }

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

background-color css

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

 a { background-color: rgb(37,72,86); }

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

border-color css

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

 span { border-color: rgb(37,72,86); }

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