Html Css Color HEX #254D53 Teal Blue

📋 copy color: '#254D53'

red 37 ◦ green 77 ◦ blue 83

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

Shades of Teal Blue #254D53

Tints of Teal Blue #254D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 18.78%
G = 39.09%
B = 42.13%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254D53 (or 0x254D53) is known color: Teal Blue. HEX triplet: 25, 4D and 53. RGB value is (37,77,83). Sum of RGB (Red+Green+Blue) = 37+77+83=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #254D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D53 is #DAB2AC. Grayscale: #414141. Windows color (decimal): -14332589 or 5459237. OLE color: 5459237.

HSL color Cylindrical-coordinate representation of color #254D53: hue angle of 187.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254D53 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 77 83 -
CMYK 0.55 0.07 0 0.67
HSL 187.83º 0.38% 0.24% -
HSV(B) 187.83º 0.55% 0.33% -
XYZ 4.98 6.33 9.14 -
YUV 65.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 37 77 83 0.55 0.07 0 0.67 187.83 0.38 0.24
Hex 25 4D 53 37 7 0 43 BC 26 18
Octal 45 115 123 67 7 0 103 274 46 30
Binary 100101 1001101 1010011 110111 111 0 1000011 10111100 100110 11000

Color Harmonies of #254D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D53

Black with #254D53

Text Example


Text Example

White with #254D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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