Html Css Color HEX #254651 Teal Blue

📋 copy color: '#254651'

red 37 ◦ green 70 ◦ blue 81

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

Shades of Teal Blue #254651

Tints of Teal Blue #254651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 19.68%
G = 37.23%
B = 43.09%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254651 (or 0x254651) is known color: Teal Blue. HEX triplet: 25, 46 and 51. RGB value is (37,70,81). Sum of RGB (Red+Green+Blue) = 37+70+81=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #254651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254651 is #DAB9AE. Grayscale: #3D3D3D. Windows color (decimal): -14334383 or 5326373. OLE color: 5326373.

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

Color convert

RGB 37 70 81 -
CMYK 0.54 0.14 0 0.68
HSL 195º 0.37% 0.23% -
HSV(B) 195º 0.54% 0.32% -
XYZ 4.44 5.37 8.59 -
YUV 61.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 37 70 81 0.54 0.14 0 0.68 195 0.37 0.23
Hex 25 46 51 36 E 0 44 C3 25 17
Octal 45 106 121 66 16 0 104 303 45 27
Binary 100101 1000110 1010001 110110 1110 0 1000100 11000011 100101 10111

Color Harmonies of #254651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254651

Black with #254651

Text Example


Text Example

White with #254651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254651; }

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

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

background-color css

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

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

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

border-color css

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

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

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