Html Css Color HEX #28515A Teal Blue

📋 copy color: '#28515A'

red 40 ◦ green 81 ◦ blue 90

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

Shades of Teal Blue #28515A

Tints of Teal Blue #28515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

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

R = 18.96%
G = 38.39%
B = 42.65%

CMYK

 C value IS 0.56

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28515A (or 0x28515A) is known color: Teal Blue. HEX triplet: 28, 51 and 5A. RGB value is (40,81,90). Sum of RGB (Red+Green+Blue) = 40+81+90=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #28515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28515A is #D7AEA5. Grayscale: #454545. Windows color (decimal): -14134950 or 5919016. OLE color: 5919016.

HSL color Cylindrical-coordinate representation of color #28515A: hue angle of 190.8º 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 #28515A is Cyan = 0.56, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 81 90 -
CMYK 0.56 0.1 0 0.65
HSL 190.8º 0.38% 0.25% -
HSV(B) 190.8º 0.56% 0.35% -
XYZ 5.66 7.07 10.74 -
YUV 69.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 40 81 90 0.56 0.1 0 0.65 190.8 0.38 0.25
Hex 28 51 5A 38 A 0 41 BF 26 19
Octal 50 121 132 70 12 0 101 277 46 31
Binary 101000 1010001 1011010 111000 1010 0 1000001 10111111 100110 11001

Color Harmonies of #28515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28515A

Black with #28515A

Text Example


Text Example

White with #28515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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