Html Css Color HEX #254755 Teal Blue

📋 copy color: '#254755'

red 37 ◦ green 71 ◦ blue 85

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

Shades of Teal Blue #254755

Tints of Teal Blue #254755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 19.17%
G = 36.79%
B = 44.04%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254755 (or 0x254755) is known color: Teal Blue. HEX triplet: 25, 47 and 55. RGB value is (37,71,85). Sum of RGB (Red+Green+Blue) = 37+71+85=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #254755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254755 is #DAB8AA. Grayscale: #3E3E3E. Windows color (decimal): -14334123 or 5588773. OLE color: 5588773.

HSL color Cylindrical-coordinate representation of color #254755: hue angle of 197.5º 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 #254755 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 71 85 -
CMYK 0.56 0.16 0 0.67
HSL 197.5º 0.39% 0.24% -
HSV(B) 197.5º 0.56% 0.33% -
XYZ 4.66 5.56 9.42 -
YUV 62.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 37 71 85 0.56 0.16 0 0.67 197.5 0.39 0.24
Hex 25 47 55 38 10 0 43 C6 27 18
Octal 45 107 125 70 20 0 103 306 47 30
Binary 100101 1000111 1010101 111000 10000 0 1000011 11000110 100111 11000

Color Harmonies of #254755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254755

Black with #254755

Text Example


Text Example

White with #254755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254755; }

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

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

background-color css

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

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

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

border-color css

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

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

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