#25505B

Color #25505B Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #25505B

Tints of Teal Blue #25505B

Color information

#25505B (or 0x25505B) is unknown color: approx Teal Blue. HEX triplet: 25, 50 and 5B. RGB value is (37,80,91). Sum of RGB (Red+Green+Blue) = 37+80+91=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #25505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25505B is #DAAFA4. Grayscale: #444444. Windows color (decimal): -14331813 or 5984293. OLE color: 5984293.

HSL color Cylindrical-coordinate representation of color #25505B: hue angle of 192.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25505B is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB378091-
CMYK0.590.1200.64
HSL192.22º42.19%25.1%-
HSV(B)192.22º59.34%35.69%-
XYZ5.526.8910.94-
YUV68.4140.75105.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=17.79%
G=38.46%
B=43.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3780910.590.1200.64192.2242.1925.1
Hex25505B3BC040c02a19
Octal45120133731401003005231
Binary100101101000010110111110111100010000001100000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,80,91); }

 H1.HeaderClassName
 {
   color: #25505B;
 }
 .AnyTagClassName
 {
   color: #25505B;
 }
</style>
background-color css

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

 a { background-color: rgb(37,80,91); }

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

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

 span { border-color: rgb(37,80,91); }

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