Html Css Color HEX #25474F Teal Blue

📋 copy color: '#25474F'

red 37 ◦ green 71 ◦ blue 79

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

Shades of Teal Blue #25474F

Tints of Teal Blue #25474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 19.79%
G = 37.97%
B = 42.25%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25474F (or 0x25474F) is known color: Teal Blue. HEX triplet: 25, 47 and 4F. RGB value is (37,71,79). Sum of RGB (Red+Green+Blue) = 37+71+79=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #25474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25474F is #DAB8B0. Grayscale: #3D3D3D. Windows color (decimal): -14334129 or 5195557. OLE color: 5195557.

HSL color Cylindrical-coordinate representation of color #25474F: hue angle of 191.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25474F is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 71 79 -
CMYK 0.53 0.10 0 0.69
HSL 191.43º 0.36% 0.23% -
HSV(B) 191.43º 0.53% 0.31% -
XYZ 4.43 5.46 8.22 -
YUV 61.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 37 71 79 0.53 0.10 0 0.69 191.43 0.36 0.23
Hex 25 47 4F 35 A 0 45 BF 24 17
Octal 45 107 117 65 12 0 105 277 44 27
Binary 100101 1000111 1001111 110101 1010 0 1000101 10111111 100100 10111

Color Harmonies of #25474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25474F

Black with #25474F

Text Example


Text Example

White with #25474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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