Html Css Color HEX #254550 Teal Blue

📋 copy color: '#254550'

red 37 ◦ green 69 ◦ blue 80

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

Shades of Teal Blue #254550

Tints of Teal Blue #254550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.1%

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

R = 19.89%
G = 37.1%
B = 43.01%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254550 (or 0x254550) is known color: Teal Blue. HEX triplet: 25, 45 and 50. RGB value is (37,69,80). Sum of RGB (Red+Green+Blue) = 37+69+80=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #254550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254550 is #DABAAF. Grayscale: #3C3C3C. Windows color (decimal): -14334640 or 5260581. OLE color: 5260581.

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

Color convert

RGB 37 69 80 -
CMYK 0.54 0.14 0 0.69
HSL 195.35º 0.37% 0.23% -
HSV(B) 195.35º 0.54% 0.31% -
XYZ 4.34 5.23 8.37 -
YUV 60.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 37 69 80 0.54 0.14 0 0.69 195.35 0.37 0.23
Hex 25 45 50 36 E 0 45 C3 25 17
Octal 45 105 120 66 16 0 105 303 45 27
Binary 100101 1000101 1010000 110110 1110 0 1000101 11000011 100101 10111

Color Harmonies of #254550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254550

Black with #254550

Text Example


Text Example

White with #254550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254550; }

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

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

background-color css

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

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

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

border-color css

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

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

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