Html Css Color HEX #284D54 Teal Blue

📋 copy color: '#284D54'

red 40 ◦ green 77 ◦ blue 84

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

Shades of Teal Blue #284D54

Tints of Teal Blue #284D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 19.9%
G = 38.31%
B = 41.79%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284D54 (or 0x284D54) is known color: Teal Blue. HEX triplet: 28, 4D and 54. RGB value is (40,77,84). Sum of RGB (Red+Green+Blue) = 40+77+84=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #284D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D54 is #D7B2AB. Grayscale: #424242. Windows color (decimal): -14135980 or 5524776. OLE color: 5524776.

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

Color convert

RGB 40 77 84 -
CMYK 0.52 0.08 0 0.67
HSL 189.55º 0.35% 0.24% -
HSV(B) 189.55º 0.52% 0.33% -
XYZ 5.13 6.4 9.35 -
YUV 66.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 40 77 84 0.52 0.08 0 0.67 189.55 0.35 0.24
Hex 28 4D 54 34 8 0 43 BE 23 18
Octal 50 115 124 64 10 0 103 276 43 30
Binary 101000 1001101 1010100 110100 1000 0 1000011 10111110 100011 11000

Color Harmonies of #284D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D54

Black with #284D54

Text Example


Text Example

White with #284D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,77,84); }

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

background-color css

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

 a { background-color: rgb(40,77,84); }

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

border-color css

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

 span { border-color: rgb(40,77,84); }

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