Html Css Color HEX #254953 Teal Blue

📋 copy color: '#254953'

red 37 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #254953

Tints of Teal Blue #254953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.01%

R = 19.17%
G = 37.82%
B = 43.01%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254953 (or 0x254953) is known color: Teal Blue. HEX triplet: 25, 49 and 53. RGB value is (37,73,83). Sum of RGB (Red+Green+Blue) = 37+73+83=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #254953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254953 is #DAB6AC. Grayscale: #3F3F3F. Windows color (decimal): -14333613 or 5458213. OLE color: 5458213.

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

Color convert

RGB 37 73 83 -
CMYK 0.55 0.12 0 0.67
HSL 193.04º 0.38% 0.24% -
HSV(B) 193.04º 0.55% 0.33% -
XYZ 4.71 5.78 9.05 -
YUV 63.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 37 73 83 0.55 0.12 0 0.67 193.04 0.38 0.24
Hex 25 49 53 37 C 0 43 C1 26 18
Octal 45 111 123 67 14 0 103 301 46 30
Binary 100101 1001001 1010011 110111 1100 0 1000011 11000001 100110 11000

Color Harmonies of #254953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254953

Black with #254953

Text Example


Text Example

White with #254953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254953; }

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

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

background-color css

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

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

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

border-color css

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

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

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