Html Css Color HEX #254650 Teal Blue

📋 copy color: '#254650'

red 37 ◦ green 70 ◦ blue 80

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

Shades of Teal Blue #254650

Tints of Teal Blue #254650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 19.79%
G = 37.43%
B = 42.78%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254650 (or 0x254650) is known color: Teal Blue. HEX triplet: 25, 46 and 50. RGB value is (37,70,80). Sum of RGB (Red+Green+Blue) = 37+70+80=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #254650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254650 is #DAB9AF. Grayscale: #3D3D3D. Windows color (decimal): -14334384 or 5260837. OLE color: 5260837.

HSL color Cylindrical-coordinate representation of color #254650: hue angle of 193.95º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254650 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 70 80 -
CMYK 0.54 0.12 0 0.69
HSL 193.95º 0.37% 0.23% -
HSV(B) 193.95º 0.54% 0.31% -
XYZ 4.4 5.35 8.39 -
YUV 61.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 37 70 80 0.54 0.12 0 0.69 193.95 0.37 0.23
Hex 25 46 50 36 C 0 45 C2 25 17
Octal 45 106 120 66 14 0 105 302 45 27
Binary 100101 1000110 1010000 110110 1100 0 1000101 11000010 100101 10111

Color Harmonies of #254650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254650

Black with #254650

Text Example


Text Example

White with #254650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254650; }

 p { color: rgb(37,70,80); }

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

background-color css

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

 a { background-color: rgb(37,70,80); }

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

border-color css

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

 span { border-color: rgb(37,70,80); }

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