Html Css Color HEX #284955 Teal Blue

📋 copy color: '#284955'

red 40 ◦ green 73 ◦ blue 85

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

Shades of Teal Blue #284955

Tints of Teal Blue #284955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 20.2%
G = 36.87%
B = 42.93%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284955 (or 0x284955) is known color: Teal Blue. HEX triplet: 28, 49 and 55. RGB value is (40,73,85). Sum of RGB (Red+Green+Blue) = 40+73+85=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #284955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284955 is #D7B6AA. Grayscale: #404040. Windows color (decimal): -14137003 or 5589288. OLE color: 5589288.

HSL color Cylindrical-coordinate representation of color #284955: hue angle of 196º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284955 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 73 85 -
CMYK 0.53 0.14 0 0.67
HSL 196º 0.36% 0.25% -
HSV(B) 196º 0.53% 0.33% -
XYZ 4.9 5.87 9.47 -
YUV 64.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 40 73 85 0.53 0.14 0 0.67 196 0.36 0.25
Hex 28 49 55 35 E 0 43 C4 24 19
Octal 50 111 125 65 16 0 103 304 44 31
Binary 101000 1001001 1010101 110101 1110 0 1000011 11000100 100100 11001

Color Harmonies of #284955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284955

Black with #284955

Text Example


Text Example

White with #284955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284955; }

 p { color: rgb(40,73,85); }

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

background-color css

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

 a { background-color: rgb(40,73,85); }

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

border-color css

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

 span { border-color: rgb(40,73,85); }

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