Html Css Color HEX #28535A Teal Blue

📋 copy color: '#28535A'

red 40 ◦ green 83 ◦ blue 90

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

Shades of Teal Blue #28535A

Tints of Teal Blue #28535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.97%

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

R = 18.78%
G = 38.97%
B = 42.25%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28535A (or 0x28535A) is known color: Teal Blue. HEX triplet: 28, 53 and 5A. RGB value is (40,83,90). Sum of RGB (Red+Green+Blue) = 40+83+90=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #28535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28535A is #D7ACA5. Grayscale: #464646. Windows color (decimal): -14134438 or 5919528. OLE color: 5919528.

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

Color convert

RGB 40 83 90 -
CMYK 0.56 0.08 0 0.65
HSL 188.4º 0.38% 0.25% -
HSV(B) 188.4º 0.56% 0.35% -
XYZ 5.81 7.38 10.79 -
YUV 70.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 40 83 90 0.56 0.08 0 0.65 188.4 0.38 0.25
Hex 28 53 5A 38 8 0 41 BC 26 19
Octal 50 123 132 70 10 0 101 274 46 31
Binary 101000 1010011 1011010 111000 1000 0 1000001 10111100 100110 11001

Color Harmonies of #28535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28535A

Black with #28535A

Text Example


Text Example

White with #28535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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