Html Css Color HEX #25535A Teal Blue

📋 copy color: '#25535A'

red 37 ◦ green 83 ◦ blue 90

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

Shades of Teal Blue #25535A

Tints of Teal Blue #25535A

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 value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25535A (or 0x25535A) is known color: 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

RGB 37 83 90 -
CMYK 0.59 0.08 0 0.65
HSL 187.92º 0.42% 0.25% -
HSV(B) 187.92º 0.59% 0.35% -
XYZ 5.7 7.32 10.78 -
YUV 70.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 37 83 90 0.59 0.08 0 0.65 187.92 0.42 0.25
Hex 25 53 5A 3B 8 0 41 BC 2A 19
Octal 45 123 132 73 10 0 101 274 52 31
Binary 100101 1010011 1011010 111011 1000 0 1000001 10111100 101010 11001

Color Harmonies of #25535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25535A

Black with #25535A

Text Example


Text Example

White with #25535A

Text Example


Text Example

HTML Codes & Css Web 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>