#25535A

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

Shades of Teal Blue #25535A

Tints of Teal Blue #25535A

Color information

#25535A (or 0x25535A) is unknown color: approx Teal Blue. HEX triplet: 25, 53 and 5A. RGB value is (37,83,90). Sum of RGB (Red+Green+Blue) = 37+83+90=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #25535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25535A is #DAACA5. Grayscale: #454545. Windows color (decimal): -14331046 or 5919525. OLE color: 5919525.

HSL color Cylindrical-coordinate representation of color #25535A: hue angle of 187.92º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25535A is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378390-
CMYK0.590.0800.65
HSL187.92º41.73%24.9%-
HSV(B)187.92º58.89%35.29%-
XYZ5.77.3210.78-
YUV70.04139.26104.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=17.62%
G=39.52%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3783900.590.0800.65187.9241.7324.9
Hex25535A3B8041bc2a19
Octal45123132731001012745231
Binary100101101001110110101110111000010000011011110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25535A; }

 p { color: rgb(37,83,90); }

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

<style>
 a { background-color: #25535A; }

 a { background-color: rgb(37,83,90); }

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

<style>
 span { border-color: #25535A; }

 span { border-color: rgb(37,83,90); }

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