Html Css Color HEX #284E57 Teal Blue

📋 copy color: '#284E57'

red 40 ◦ green 78 ◦ blue 87

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

Shades of Teal Blue #284E57

Tints of Teal Blue #284E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 19.51%
G = 38.05%
B = 42.44%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#284E57 (or 0x284E57) is known color: Teal Blue. HEX triplet: 28, 4E and 57. RGB value is (40,78,87). Sum of RGB (Red+Green+Blue) = 40+78+87=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #284E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E57 is #D7B1A8. Grayscale: #434343. Windows color (decimal): -14135721 or 5721640. OLE color: 5721640.

HSL color Cylindrical-coordinate representation of color #284E57: hue angle of 191.49º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284E57 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 78 87 -
CMYK 0.54 0.10 0 0.66
HSL 191.49º 0.37% 0.25% -
HSV(B) 191.49º 0.54% 0.34% -
XYZ 5.32 6.59 10.01 -
YUV 67.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 40 78 87 0.54 0.10 0 0.66 191.49 0.37 0.25
Hex 28 4E 57 36 A 0 42 BF 25 19
Octal 50 116 127 66 12 0 102 277 45 31
Binary 101000 1001110 1010111 110110 1010 0 1000010 10111111 100101 11001

Color Harmonies of #284E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E57

Black with #284E57

Text Example


Text Example

White with #284E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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