Html Css Color HEX #284E5B Teal Blue

📋 copy color: '#284E5B'

red 40 ◦ green 78 ◦ blue 91

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

Shades of Teal Blue #284E5B

Tints of Teal Blue #284E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 19.14%
G = 37.32%
B = 43.54%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#284E5B (or 0x284E5B) is known color: Teal Blue. HEX triplet: 28, 4E and 5B. RGB value is (40,78,91). Sum of RGB (Red+Green+Blue) = 40+78+91=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #284E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E5B is #D7B1A4. Grayscale: #444444. Windows color (decimal): -14135717 or 5983784. OLE color: 5983784.

HSL color Cylindrical-coordinate representation of color #284E5B: hue angle of 195.29º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #284E5B is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 78 91 -
CMYK 0.56 0.14 0 0.64
HSL 195.29º 0.39% 0.26% -
HSV(B) 195.29º 0.56% 0.36% -
XYZ 5.49 6.66 10.89 -
YUV 68.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 40 78 91 0.56 0.14 0 0.64 195.29 0.39 0.26
Hex 28 4E 5B 38 E 0 40 C3 27 1A
Octal 50 116 133 70 16 0 100 303 47 32
Binary 101000 1001110 1011011 111000 1110 0 1000000 11000011 100111 11010

Color Harmonies of #284E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E5B

Black with #284E5B

Text Example


Text Example

White with #284E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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