Html Css Color HEX #254D5B Teal Blue

📋 copy color: '#254D5B'

red 37 ◦ green 77 ◦ blue 91

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

Shades of Teal Blue #254D5B

Tints of Teal Blue #254D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 18.05%
G = 37.56%
B = 44.39%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#254D5B (or 0x254D5B) is known color: Teal Blue. HEX triplet: 25, 4D and 5B. RGB value is (37,77,91). Sum of RGB (Red+Green+Blue) = 37+77+91=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #254D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D5B is #DAB2A4. Grayscale: #424242. Windows color (decimal): -14332581 or 5983525. OLE color: 5983525.

HSL color Cylindrical-coordinate representation of color #254D5B: hue angle of 195.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #254D5B is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 77 91 -
CMYK 0.59 0.15 0 0.64
HSL 195.56º 0.42% 0.25% -
HSV(B) 195.56º 0.59% 0.36% -
XYZ 5.31 6.46 10.86 -
YUV 66.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 37 77 91 0.59 0.15 0 0.64 195.56 0.42 0.25
Hex 25 4D 5B 3B F 0 40 C4 2A 19
Octal 45 115 133 73 17 0 100 304 52 31
Binary 100101 1001101 1011011 111011 1111 0 1000000 11000100 101010 11001

Color Harmonies of #254D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D5B

Black with #254D5B

Text Example


Text Example

White with #254D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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