Html Css Color HEX #25474C Teal Blue

📋 copy color: '#25474C'

red 37 ◦ green 71 ◦ blue 76

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

Shades of Teal Blue #25474C

Tints of Teal Blue #25474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.3%

R = 20.11%
G = 38.59%
B = 41.3%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25474C (or 0x25474C) is known color: Teal Blue. HEX triplet: 25, 47 and 4C. RGB value is (37,71,76). Sum of RGB (Red+Green+Blue) = 37+71+76=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #25474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25474C is #DAB8B3. Grayscale: #3D3D3D. Windows color (decimal): -14334132 or 4998949. OLE color: 4998949.

HSL color Cylindrical-coordinate representation of color #25474C: hue angle of 187.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25474C is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 71 76 -
CMYK 0.51 0.07 0 0.70
HSL 187.69º 0.35% 0.22% -
HSV(B) 187.69º 0.51% 0.3% -
XYZ 4.32 5.42 7.66 -
YUV 61.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 37 71 76 0.51 0.07 0 0.70 187.69 0.35 0.22
Hex 25 47 4C 33 7 0 46 BC 23 16
Octal 45 107 114 63 7 0 106 274 43 26
Binary 100101 1000111 1001100 110011 111 0 1000110 10111100 100011 10110

Color Harmonies of #25474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25474C

Black with #25474C

Text Example


Text Example

White with #25474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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