Html Css Color HEX #254554 Teal Blue

📋 copy color: '#254554'

red 37 ◦ green 69 ◦ blue 84

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

Shades of Teal Blue #254554

Tints of Teal Blue #254554

RGB

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

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

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

R = 19.47%
G = 36.32%
B = 44.21%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254554 (or 0x254554) is known color: Teal Blue. HEX triplet: 25, 45 and 54. RGB value is (37,69,84). Sum of RGB (Red+Green+Blue) = 37+69+84=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #254554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254554 is #DABAAB. Grayscale: #3D3D3D. Windows color (decimal): -14334636 or 5522725. OLE color: 5522725.

HSL color Cylindrical-coordinate representation of color #254554: hue angle of 199.15º 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 #254554 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 69 84 -
CMYK 0.56 0.18 0 0.67
HSL 199.15º 0.39% 0.24% -
HSV(B) 199.15º 0.56% 0.33% -
XYZ 4.49 5.29 9.17 -
YUV 61.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 37 69 84 0.56 0.18 0 0.67 199.15 0.39 0.24
Hex 25 45 54 38 12 0 43 C7 27 18
Octal 45 105 124 70 22 0 103 307 47 30
Binary 100101 1000101 1010100 111000 10010 0 1000011 11000111 100111 11000

Color Harmonies of #254554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254554

Black with #254554

Text Example


Text Example

White with #254554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254554; }

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

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

background-color css

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

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

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

border-color css

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

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

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