Html Css Color HEX #284E55 Teal Blue

📋 copy color: '#284E55'

red 40 ◦ green 78 ◦ blue 85

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

Shades of Teal Blue #284E55

Tints of Teal Blue #284E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.42%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 19.7%
G = 38.42%
B = 41.87%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284E55 (or 0x284E55) is known color: Teal Blue. HEX triplet: 28, 4E and 55. RGB value is (40,78,85). Sum of RGB (Red+Green+Blue) = 40+78+85=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #284E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E55 is #D7B1AA. Grayscale: #434343. Windows color (decimal): -14135723 or 5590568. OLE color: 5590568.

HSL color Cylindrical-coordinate representation of color #284E55: hue angle of 189.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284E55 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 78 85 -
CMYK 0.53 0.08 0 0.67
HSL 189.33º 0.36% 0.25% -
HSV(B) 189.33º 0.53% 0.33% -
XYZ 5.24 6.56 9.58 -
YUV 67.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 40 78 85 0.53 0.08 0 0.67 189.33 0.36 0.25
Hex 28 4E 55 35 8 0 43 BD 24 19
Octal 50 116 125 65 10 0 103 275 44 31
Binary 101000 1001110 1010101 110101 1000 0 1000011 10111101 100100 11001

Color Harmonies of #284E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E55

Black with #284E55

Text Example


Text Example

White with #284E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284E55; }

 p { color: rgb(40,78,85); }

 H1.HeaderClassName
 {
   color: #284E55;
 }
 .AnyTagClassName
 {
   color: #284E55;
 }
</style>

background-color css

<style>
 a { background-color: #284E55; }

 a { background-color: rgb(40,78,85); }

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

border-color css

<style>
 span { border-color: #284E55; }

 span { border-color: rgb(40,78,85); }

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