Html Css Color HEX #284C5A Teal Blue

📋 copy color: '#284C5A'

red 40 ◦ green 76 ◦ blue 90

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

Shades of Teal Blue #284C5A

Tints of Teal Blue #284C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.89%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 19.42%
G = 36.89%
B = 43.69%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284C5A (or 0x284C5A) is known color: Teal Blue. HEX triplet: 28, 4C and 5A. RGB value is (40,76,90). Sum of RGB (Red+Green+Blue) = 40+76+90=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #284C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C5A is #D7B3A5. Grayscale: #424242. Windows color (decimal): -14136230 or 5917736. OLE color: 5917736.

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

Color convert

RGB 40 76 90 -
CMYK 0.56 0.16 0 0.65
HSL 196.8º 0.38% 0.25% -
HSV(B) 196.8º 0.56% 0.35% -
XYZ 5.3 6.36 10.62 -
YUV 66.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 40 76 90 0.56 0.16 0 0.65 196.8 0.38 0.25
Hex 28 4C 5A 38 10 0 41 C5 26 19
Octal 50 114 132 70 20 0 101 305 46 31
Binary 101000 1001100 1011010 111000 10000 0 1000001 11000101 100110 11001

Color Harmonies of #284C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C5A

Black with #284C5A

Text Example


Text Example

White with #284C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,76,90); }

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

background-color css

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

 a { background-color: rgb(40,76,90); }

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

border-color css

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

 span { border-color: rgb(40,76,90); }

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