Html Css Color HEX #284853 Teal Blue

📋 copy color: '#284853'

red 40 ◦ green 72 ◦ blue 83

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

Shades of Teal Blue #284853

Tints of Teal Blue #284853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 20.51%
G = 36.92%
B = 42.56%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284853 (or 0x284853) is known color: Teal Blue. HEX triplet: 28, 48 and 53. RGB value is (40,72,83). Sum of RGB (Red+Green+Blue) = 40+72+83=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #284853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284853 is #D7B7AC. Grayscale: #3F3F3F. Windows color (decimal): -14137261 or 5457960. OLE color: 5457960.

HSL color Cylindrical-coordinate representation of color #284853: hue angle of 195.35º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284853 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 72 83 -
CMYK 0.52 0.13 0 0.67
HSL 195.35º 0.35% 0.24% -
HSV(B) 195.35º 0.52% 0.33% -
XYZ 4.75 5.71 9.04 -
YUV 63.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 40 72 83 0.52 0.13 0 0.67 195.35 0.35 0.24
Hex 28 48 53 34 D 0 43 C3 23 18
Octal 50 110 123 64 15 0 103 303 43 30
Binary 101000 1001000 1010011 110100 1101 0 1000011 11000011 100011 11000

Color Harmonies of #284853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284853

Black with #284853

Text Example


Text Example

White with #284853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284853; }

 p { color: rgb(40,72,83); }

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

background-color css

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

 a { background-color: rgb(40,72,83); }

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

border-color css

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

 span { border-color: rgb(40,72,83); }

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