Html Css Color HEX #254A50 Teal Blue

📋 copy color: '#254A50'

red 37 ◦ green 74 ◦ blue 80

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

Shades of Teal Blue #254A50

Tints of Teal Blue #254A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

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

R = 19.37%
G = 38.74%
B = 41.88%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254A50 (or 0x254A50) is known color: Teal Blue. HEX triplet: 25, 4A and 50. RGB value is (37,74,80). Sum of RGB (Red+Green+Blue) = 37+74+80=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #254A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A50 is #DAB5AF. Grayscale: #3F3F3F. Windows color (decimal): -14333360 or 5261861. OLE color: 5261861.

HSL color Cylindrical-coordinate representation of color #254A50: hue angle of 188.37º 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 #254A50 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 74 80 -
CMYK 0.54 0.08 0 0.69
HSL 188.37º 0.37% 0.23% -
HSV(B) 188.37º 0.54% 0.31% -
XYZ 4.66 5.87 8.48 -
YUV 63.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 37 74 80 0.54 0.08 0 0.69 188.37 0.37 0.23
Hex 25 4A 50 36 8 0 45 BC 25 17
Octal 45 112 120 66 10 0 105 274 45 27
Binary 100101 1001010 1010000 110110 1000 0 1000101 10111100 100101 10111

Color Harmonies of #254A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A50

Black with #254A50

Text Example


Text Example

White with #254A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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