#25555C

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

Shades of Teal Blue #25555C

Tints of Teal Blue #25555C

Color information

#25555C (or 0x25555C) is unknown color: approx Teal Blue. HEX triplet: 25, 55 and 5C. RGB value is (37,85,92). Sum of RGB (Red+Green+Blue) = 37+85+92=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #25555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25555C is #DAAAA3. Grayscale: #474747. Windows color (decimal): -14330532 or 6051109. OLE color: 6051109.

HSL color Cylindrical-coordinate representation of color #25555C: hue angle of 187.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25555C is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB378592-
CMYK0.600.0800.64
HSL187.64º42.64%25.29%-
HSV(B)187.64º59.78%36.08%-
XYZ5.947.6611.29-
YUV71.45139.6103.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=17.29%
G=39.72%
B=42.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3785920.600.0800.64187.6442.6425.29
Hex25555C3C8040bc2b19
Octal45125134741001002745331
Binary100101101010110111001111001000010000001011110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,85,92); }

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

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

 a { background-color: rgb(37,85,92); }

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

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

 span { border-color: rgb(37,85,92); }

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