Html Css Color HEX #284C52 Teal Blue

📋 copy color: '#284C52'

red 40 ◦ green 76 ◦ blue 82

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

Shades of Teal Blue #284C52

Tints of Teal Blue #284C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 20.2%
G = 38.38%
B = 41.41%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#284C52 (or 0x284C52) is known color: Teal Blue. HEX triplet: 28, 4C and 52. RGB value is (40,76,82). Sum of RGB (Red+Green+Blue) = 40+76+82=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #284C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C52 is #D7B3AD. Grayscale: #414141. Windows color (decimal): -14136238 or 5393448. OLE color: 5393448.

HSL color Cylindrical-coordinate representation of color #284C52: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #284C52 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 76 82 -
CMYK 0.51 0.07 0 0.68
HSL 188.57º 0.34% 0.24% -
HSV(B) 188.57º 0.51% 0.32% -
XYZ 4.98 6.23 8.92 -
YUV 65.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 40 76 82 0.51 0.07 0 0.68 188.57 0.34 0.24
Hex 28 4C 52 33 7 0 44 BD 22 18
Octal 50 114 122 63 7 0 104 275 42 30
Binary 101000 1001100 1010010 110011 111 0 1000100 10111101 100010 11000

Color Harmonies of #284C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C52

Black with #284C52

Text Example


Text Example

White with #284C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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