Html Css Color HEX #284E59 Teal Blue

📋 copy color: '#284E59'

red 40 ◦ green 78 ◦ blue 89

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

Shades of Teal Blue #284E59

Tints of Teal Blue #284E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43%

R = 19.32%
G = 37.68%
B = 43%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284E59 (or 0x284E59) is known color: Teal Blue. HEX triplet: 28, 4E and 59. RGB value is (40,78,89). Sum of RGB (Red+Green+Blue) = 40+78+89=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #284E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E59 is #D7B1A6. Grayscale: #434343. Windows color (decimal): -14135719 or 5852712. OLE color: 5852712.

HSL color Cylindrical-coordinate representation of color #284E59: hue angle of 193.47º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284E59 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 78 89 -
CMYK 0.55 0.12 0 0.65
HSL 193.47º 0.38% 0.25% -
HSV(B) 193.47º 0.55% 0.35% -
XYZ 5.4 6.62 10.44 -
YUV 67.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 40 78 89 0.55 0.12 0 0.65 193.47 0.38 0.25
Hex 28 4E 59 37 C 0 41 C1 26 19
Octal 50 116 131 67 14 0 101 301 46 31
Binary 101000 1001110 1011001 110111 1100 0 1000001 11000001 100110 11001

Color Harmonies of #284E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E59

Black with #284E59

Text Example


Text Example

White with #284E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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