Html Css Color HEX #254654 Teal Blue

📋 copy color: '#254654'

red 37 ◦ green 70 ◦ blue 84

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

Shades of Teal Blue #254654

Tints of Teal Blue #254654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 19.37%
G = 36.65%
B = 43.98%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254654 (or 0x254654) is known color: Teal Blue. HEX triplet: 25, 46 and 54. RGB value is (37,70,84). Sum of RGB (Red+Green+Blue) = 37+70+84=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #254654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254654 is #DAB9AB. Grayscale: #3D3D3D. Windows color (decimal): -14334380 or 5522981. OLE color: 5522981.

HSL color Cylindrical-coordinate representation of color #254654: hue angle of 197.87º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254654 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 70 84 -
CMYK 0.56 0.17 0 0.67
HSL 197.87º 0.39% 0.24% -
HSV(B) 197.87º 0.56% 0.33% -
XYZ 4.55 5.41 9.19 -
YUV 61.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 37 70 84 0.56 0.17 0 0.67 197.87 0.39 0.24
Hex 25 46 54 38 11 0 43 C6 27 18
Octal 45 106 124 70 21 0 103 306 47 30
Binary 100101 1000110 1010100 111000 10001 0 1000011 11000110 100111 11000

Color Harmonies of #254654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254654

Black with #254654

Text Example


Text Example

White with #254654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254654; }

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

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

background-color css

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

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

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

border-color css

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

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

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