Html Css Color HEX #28575F Teal Blue

📋 copy color: '#28575F'

red 40 ◦ green 87 ◦ blue 95

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

Shades of Teal Blue #28575F

Tints of Teal Blue #28575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 18.02%
G = 39.19%
B = 42.79%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28575F (or 0x28575F) is known color: Teal Blue. HEX triplet: 28, 57 and 5F. RGB value is (40,87,95). Sum of RGB (Red+Green+Blue) = 40+87+95=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #28575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28575F is #D7A8A0. Grayscale: #494949. Windows color (decimal): -14133409 or 6248232. OLE color: 6248232.

HSL color Cylindrical-coordinate representation of color #28575F: hue angle of 188.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28575F is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 87 95 -
CMYK 0.58 0.08 0 0.63
HSL 188.73º 0.41% 0.26% -
HSV(B) 188.73º 0.58% 0.37% -
XYZ 6.35 8.09 12.05 -
YUV 73.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 40 87 95 0.58 0.08 0 0.63 188.73 0.41 0.26
Hex 28 57 5F 3A 8 0 3F BD 29 1A
Octal 50 127 137 72 10 0 77 275 51 32
Binary 101000 1010111 1011111 111010 1000 0 111111 10111101 101001 11010

Color Harmonies of #28575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28575F

Black with #28575F

Text Example


Text Example

White with #28575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28575F; }

 p { color: rgb(40,87,95); }

 H1.HeaderClassName
 {
   color: #28575F;
 }
 .AnyTagClassName
 {
   color: #28575F;
 }
</style>

background-color css

<style>
 a { background-color: #28575F; }

 a { background-color: rgb(40,87,95); }

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

border-color css

<style>
 span { border-color: #28575F; }

 span { border-color: rgb(40,87,95); }

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