Html Css Color HEX #254E5B Teal Blue

📋 copy color: '#254E5B'

red 37 ◦ green 78 ◦ blue 91

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

Shades of Teal Blue #254E5B

Tints of Teal Blue #254E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.86%

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

R = 17.96%
G = 37.86%
B = 44.17%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#254E5B (or 0x254E5B) is known color: Teal Blue. HEX triplet: 25, 4E and 5B. RGB value is (37,78,91). Sum of RGB (Red+Green+Blue) = 37+78+91=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #254E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E5B is #DAB1A4. Grayscale: #434343. Windows color (decimal): -14332325 or 5983781. OLE color: 5983781.

HSL color Cylindrical-coordinate representation of color #254E5B: hue angle of 194.44º 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 #254E5B is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 78 91 -
CMYK 0.59 0.14 0 0.64
HSL 194.44º 0.42% 0.25% -
HSV(B) 194.44º 0.59% 0.36% -
XYZ 5.38 6.6 10.89 -
YUV 67.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 37 78 91 0.59 0.14 0 0.64 194.44 0.42 0.25
Hex 25 4E 5B 3B E 0 40 C2 2A 19
Octal 45 116 133 73 16 0 100 302 52 31
Binary 100101 1001110 1011011 111011 1110 0 1000000 11000010 101010 11001

Color Harmonies of #254E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E5B

Black with #254E5B

Text Example


Text Example

White with #254E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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