Html Css Color HEX #25555E Teal Blue

📋 copy color: '#25555E'

red 37 ◦ green 85 ◦ blue 94

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

Shades of Teal Blue #25555E

Tints of Teal Blue #25555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

 BLUE value IS 94 (37.11% from 255) = 43.52%

R = 17.13%
G = 39.35%
B = 43.52%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25555E (or 0x25555E) is known color: Teal Blue. HEX triplet: 25, 55 and 5E. RGB value is (37,85,94). Sum of RGB (Red+Green+Blue) = 37+85+94=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #25555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25555E is #DAAAA1. Grayscale: #474747. Windows color (decimal): -14330530 or 6182181. OLE color: 6182181.

HSL color Cylindrical-coordinate representation of color #25555E: hue angle of 189.47º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25555E is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 85 94 -
CMYK 0.61 0.10 0 0.63
HSL 189.47º 0.44% 0.26% -
HSV(B) 189.47º 0.61% 0.37% -
XYZ 6.03 7.7 11.76 -
YUV 71.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 37 85 94 0.61 0.10 0 0.63 189.47 0.44 0.26
Hex 25 55 5E 3D A 0 3F BD 2C 1A
Octal 45 125 136 75 12 0 77 275 54 32
Binary 100101 1010101 1011110 111101 1010 0 111111 10111101 101100 11010

Color Harmonies of #25555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25555E

Black with #25555E

Text Example


Text Example

White with #25555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25555E;
 }
 .AnyTagClassName
 {
   color: #25555E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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