Html Css Color HEX #28525D Teal Blue

📋 copy color: '#28525D'

red 40 ◦ green 82 ◦ blue 93

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

Shades of Teal Blue #28525D

Tints of Teal Blue #28525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 18.6%
G = 38.14%
B = 43.26%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28525D (or 0x28525D) is known color: Teal Blue. HEX triplet: 28, 52 and 5D. RGB value is (40,82,93). Sum of RGB (Red+Green+Blue) = 40+82+93=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #28525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525D is #D7ADA2. Grayscale: #464646. Windows color (decimal): -14134691 or 6115880. OLE color: 6115880.

HSL color Cylindrical-coordinate representation of color #28525D: hue angle of 192.45º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28525D is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 82 93 -
CMYK 0.57 0.12 0 0.64
HSL 192.45º 0.4% 0.26% -
HSV(B) 192.45º 0.57% 0.36% -
XYZ 5.87 7.28 11.45 -
YUV 70.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 40 82 93 0.57 0.12 0 0.64 192.45 0.4 0.26
Hex 28 52 5D 39 C 0 40 C0 28 1A
Octal 50 122 135 71 14 0 100 300 50 32
Binary 101000 1010010 1011101 111001 1100 0 1000000 11000000 101000 11010

Color Harmonies of #28525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28525D

Black with #28525D

Text Example


Text Example

White with #28525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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