Html Css Color HEX #254751 Teal Blue

📋 copy color: '#254751'

red 37 ◦ green 71 ◦ blue 81

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

Shades of Teal Blue #254751

Tints of Teal Blue #254751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 19.58%
G = 37.57%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254751 (or 0x254751) is known color: Teal Blue. HEX triplet: 25, 47 and 51. RGB value is (37,71,81). Sum of RGB (Red+Green+Blue) = 37+71+81=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #254751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254751 is #DAB8AE. Grayscale: #3D3D3D. Windows color (decimal): -14334127 or 5326629. OLE color: 5326629.

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

Color convert

RGB 37 71 81 -
CMYK 0.54 0.12 0 0.68
HSL 193.64º 0.37% 0.23% -
HSV(B) 193.64º 0.54% 0.32% -
XYZ 4.5 5.49 8.61 -
YUV 61.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 37 71 81 0.54 0.12 0 0.68 193.64 0.37 0.23
Hex 25 47 51 36 C 0 44 C2 25 17
Octal 45 107 121 66 14 0 104 302 45 27
Binary 100101 1000111 1010001 110110 1100 0 1000100 11000010 100101 10111

Color Harmonies of #254751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254751

Black with #254751

Text Example


Text Example

White with #254751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254751; }

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

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

background-color css

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

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

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

border-color css

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

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

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