Html Css Color HEX #254850 Teal Blue

📋 copy color: '#254850'

red 37 ◦ green 72 ◦ blue 80

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

Shades of Teal Blue #254850

Tints of Teal Blue #254850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.33%

R = 19.58%
G = 38.1%
B = 42.33%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254850 (or 0x254850) is known color: Teal Blue. HEX triplet: 25, 48 and 50. RGB value is (37,72,80). Sum of RGB (Red+Green+Blue) = 37+72+80=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #254850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254850 is #DAB7AF. Grayscale: #3E3E3E. Windows color (decimal): -14333872 or 5261349. OLE color: 5261349.

HSL color Cylindrical-coordinate representation of color #254850: hue angle of 191.16º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254850 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 72 80 -
CMYK 0.54 0.10 0 0.69
HSL 191.16º 0.37% 0.23% -
HSV(B) 191.16º 0.54% 0.31% -
XYZ 4.53 5.61 8.43 -
YUV 62.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 37 72 80 0.54 0.10 0 0.69 191.16 0.37 0.23
Hex 25 48 50 36 A 0 45 BF 25 17
Octal 45 110 120 66 12 0 105 277 45 27
Binary 100101 1001000 1010000 110110 1010 0 1000101 10111111 100101 10111

Color Harmonies of #254850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254850

Black with #254850

Text Example


Text Example

White with #254850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254850; }

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

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

background-color css

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

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

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

border-color css

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

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

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