Html Css Color HEX #254955 Teal Blue

📋 copy color: '#254955'

red 37 ◦ green 73 ◦ blue 85

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

Shades of Teal Blue #254955

Tints of Teal Blue #254955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 85 (33.59% from 255) = 43.59%

R = 18.97%
G = 37.44%
B = 43.59%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254955 (or 0x254955) is known color: Teal Blue. HEX triplet: 25, 49 and 55. RGB value is (37,73,85). Sum of RGB (Red+Green+Blue) = 37+73+85=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #254955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254955 is #DAB6AA. Grayscale: #3F3F3F. Windows color (decimal): -14333611 or 5589285. OLE color: 5589285.

HSL color Cylindrical-coordinate representation of color #254955: hue angle of 195º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254955 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 73 85 -
CMYK 0.56 0.14 0 0.67
HSL 195º 0.39% 0.24% -
HSV(B) 195º 0.56% 0.33% -
XYZ 4.79 5.81 9.46 -
YUV 63.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 37 73 85 0.56 0.14 0 0.67 195 0.39 0.24
Hex 25 49 55 38 E 0 43 C3 27 18
Octal 45 111 125 70 16 0 103 303 47 30
Binary 100101 1001001 1010101 111000 1110 0 1000011 11000011 100111 11000

Color Harmonies of #254955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254955

Black with #254955

Text Example


Text Example

White with #254955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254955; }

 p { color: rgb(37,73,85); }

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

background-color css

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

 a { background-color: rgb(37,73,85); }

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

border-color css

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

 span { border-color: rgb(37,73,85); }

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