Html Css Color HEX #28525A Teal Blue

📋 copy color: '#28525A'

red 40 ◦ green 82 ◦ blue 90

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

Shades of Teal Blue #28525A

Tints of Teal Blue #28525A

RGB

 RED value IS 40 (16.02% from 255) = 18.87%

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

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

R = 18.87%
G = 38.68%
B = 42.45%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28525A (or 0x28525A) is known color: Teal Blue. HEX triplet: 28, 52 and 5A. RGB value is (40,82,90). Sum of RGB (Red+Green+Blue) = 40+82+90=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #28525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525A is #D7ADA5. Grayscale: #464646. Windows color (decimal): -14134694 or 5919272. OLE color: 5919272.

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

Color convert

RGB 40 82 90 -
CMYK 0.56 0.09 0 0.65
HSL 189.6º 0.38% 0.25% -
HSV(B) 189.6º 0.56% 0.35% -
XYZ 5.74 7.22 10.76 -
YUV 70.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 40 82 90 0.56 0.09 0 0.65 189.6 0.38 0.25
Hex 28 52 5A 38 9 0 41 BE 26 19
Octal 50 122 132 70 11 0 101 276 46 31
Binary 101000 1010010 1011010 111000 1001 0 1000001 10111110 100110 11001

Color Harmonies of #28525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28525A

Black with #28525A

Text Example


Text Example

White with #28525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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