Html Css Color HEX #25474D Teal Blue

📋 copy color: '#25474D'

red 37 ◦ green 71 ◦ blue 77

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

Shades of Teal Blue #25474D

Tints of Teal Blue #25474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.62%

R = 20%
G = 38.38%
B = 41.62%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25474D (or 0x25474D) is known color: Teal Blue. HEX triplet: 25, 47 and 4D. RGB value is (37,71,77). Sum of RGB (Red+Green+Blue) = 37+71+77=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #25474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25474D is #DAB8B2. Grayscale: #3D3D3D. Windows color (decimal): -14334131 or 5064485. OLE color: 5064485.

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

Color convert

RGB 37 71 77 -
CMYK 0.52 0.08 0 0.70
HSL 189º 0.35% 0.22% -
HSV(B) 189º 0.52% 0.3% -
XYZ 4.36 5.44 7.84 -
YUV 61.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 37 71 77 0.52 0.08 0 0.70 189 0.35 0.22
Hex 25 47 4D 34 8 0 46 BD 23 16
Octal 45 107 115 64 10 0 106 275 43 26
Binary 100101 1000111 1001101 110100 1000 0 1000110 10111101 100011 10110

Color Harmonies of #25474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25474D

Black with #25474D

Text Example


Text Example

White with #25474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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