Html Css Color HEX #25464B Teal Blue

📋 copy color: '#25464B'

red 37 ◦ green 70 ◦ blue 75

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

Shades of Teal Blue #25464B

Tints of Teal Blue #25464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 20.33%
G = 38.46%
B = 41.21%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25464B (or 0x25464B) is known color: Teal Blue. HEX triplet: 25, 46 and 4B. RGB value is (37,70,75). Sum of RGB (Red+Green+Blue) = 37+70+75=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #25464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25464B is #DAB9B4. Grayscale: #3C3C3C. Windows color (decimal): -14334389 or 4933157. OLE color: 4933157.

HSL color Cylindrical-coordinate representation of color #25464B: hue angle of 187.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25464B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 70 75 -
CMYK 0.51 0.07 0 0.71
HSL 187.89º 0.34% 0.22% -
HSV(B) 187.89º 0.51% 0.29% -
XYZ 4.22 5.28 7.45 -
YUV 60.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 37 70 75 0.51 0.07 0 0.71 187.89 0.34 0.22
Hex 25 46 4B 33 7 0 47 BC 22 16
Octal 45 106 113 63 7 0 107 274 42 26
Binary 100101 1000110 1001011 110011 111 0 1000111 10111100 100010 10110

Color Harmonies of #25464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25464B

Black with #25464B

Text Example


Text Example

White with #25464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25464B; }

 p { color: rgb(37,70,75); }

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

background-color css

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

 a { background-color: rgb(37,70,75); }

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

border-color css

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

 span { border-color: rgb(37,70,75); }

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