Html Css Color HEX #254D54 Teal Blue

📋 copy color: '#254D54'

red 37 ◦ green 77 ◦ blue 84

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

Shades of Teal Blue #254D54

Tints of Teal Blue #254D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.89%

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

R = 18.69%
G = 38.89%
B = 42.42%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254D54 (or 0x254D54) is known color: Teal Blue. HEX triplet: 25, 4D and 54. RGB value is (37,77,84). Sum of RGB (Red+Green+Blue) = 37+77+84=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #254D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D54 is #DAB2AB. Grayscale: #414141. Windows color (decimal): -14332588 or 5524773. OLE color: 5524773.

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

Color convert

RGB 37 77 84 -
CMYK 0.56 0.08 0 0.67
HSL 188.94º 0.39% 0.24% -
HSV(B) 188.94º 0.56% 0.33% -
XYZ 5.02 6.34 9.35 -
YUV 65.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 37 77 84 0.56 0.08 0 0.67 188.94 0.39 0.24
Hex 25 4D 54 38 8 0 43 BD 27 18
Octal 45 115 124 70 10 0 103 275 47 30
Binary 100101 1001101 1010100 111000 1000 0 1000011 10111101 100111 11000

Color Harmonies of #254D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D54

Black with #254D54

Text Example


Text Example

White with #254D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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