Html Css Color HEX #25525A Teal Blue

📋 copy color: '#25525A'

red 37 ◦ green 82 ◦ blue 90

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

Shades of Teal Blue #25525A

Tints of Teal Blue #25525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 17.7%
G = 39.23%
B = 43.06%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25525A (or 0x25525A) is known color: Teal Blue. HEX triplet: 25, 52 and 5A. RGB value is (37,82,90). Sum of RGB (Red+Green+Blue) = 37+82+90=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #25525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25525A is #DAADA5. Grayscale: #454545. Windows color (decimal): -14331302 or 5919269. OLE color: 5919269.

HSL color Cylindrical-coordinate representation of color #25525A: hue angle of 189.06º 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 #25525A is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 82 90 -
CMYK 0.59 0.09 0 0.65
HSL 189.06º 0.42% 0.25% -
HSV(B) 189.06º 0.59% 0.35% -
XYZ 5.63 7.17 10.76 -
YUV 69.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 37 82 90 0.59 0.09 0 0.65 189.06 0.42 0.25
Hex 25 52 5A 3B 9 0 41 BD 2A 19
Octal 45 122 132 73 11 0 101 275 52 31
Binary 100101 1010010 1011010 111011 1001 0 1000001 10111101 101010 11001

Color Harmonies of #25525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25525A

Black with #25525A

Text Example


Text Example

White with #25525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25525A;
 }
 .AnyTagClassName
 {
   color: #25525A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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