Html Css Color HEX #254D59 Teal Blue

📋 copy color: '#254D59'

red 37 ◦ green 77 ◦ blue 89

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

Shades of Teal Blue #254D59

Tints of Teal Blue #254D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.84%

R = 18.23%
G = 37.93%
B = 43.84%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254D59 (or 0x254D59) is known color: Teal Blue. HEX triplet: 25, 4D and 59. RGB value is (37,77,89). Sum of RGB (Red+Green+Blue) = 37+77+89=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #254D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D59 is #DAB2A6. Grayscale: #424242. Windows color (decimal): -14332583 or 5852453. OLE color: 5852453.

HSL color Cylindrical-coordinate representation of color #254D59: hue angle of 193.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254D59 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 77 89 -
CMYK 0.58 0.13 0 0.65
HSL 193.85º 0.41% 0.25% -
HSV(B) 193.85º 0.58% 0.35% -
XYZ 5.22 6.42 10.42 -
YUV 66.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 37 77 89 0.58 0.13 0 0.65 193.85 0.41 0.25
Hex 25 4D 59 3A D 0 41 C2 29 19
Octal 45 115 131 72 15 0 101 302 51 31
Binary 100101 1001101 1011001 111010 1101 0 1000001 11000010 101001 11001

Color Harmonies of #254D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D59

Black with #254D59

Text Example


Text Example

White with #254D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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