Html Css Color HEX #254551 Teal Blue

📋 copy color: '#254551'

red 37 ◦ green 69 ◦ blue 81

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

Shades of Teal Blue #254551

Tints of Teal Blue #254551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 19.79%
G = 36.9%
B = 43.32%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254551 (or 0x254551) is known color: Teal Blue. HEX triplet: 25, 45 and 51. RGB value is (37,69,81). Sum of RGB (Red+Green+Blue) = 37+69+81=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #254551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254551 is #DABAAE. Grayscale: #3C3C3C. Windows color (decimal): -14334639 or 5326117. OLE color: 5326117.

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

Color convert

RGB 37 69 81 -
CMYK 0.54 0.15 0 0.68
HSL 196.36º 0.37% 0.23% -
HSV(B) 196.36º 0.54% 0.32% -
XYZ 4.38 5.24 8.57 -
YUV 60.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 37 69 81 0.54 0.15 0 0.68 196.36 0.37 0.23
Hex 25 45 51 36 F 0 44 C4 25 17
Octal 45 105 121 66 17 0 104 304 45 27
Binary 100101 1000101 1010001 110110 1111 0 1000100 11000100 100101 10111

Color Harmonies of #254551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254551

Black with #254551

Text Example


Text Example

White with #254551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254551; }

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

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

background-color css

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

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

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

border-color css

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

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

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