Html Css Color HEX #284953 Teal Blue

📋 copy color: '#284953'

red 40 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #284953

Tints of Teal Blue #284953

RGB

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

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

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

R = 20.41%
G = 37.24%
B = 42.35%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284953 (or 0x284953) is known color: Teal Blue. HEX triplet: 28, 49 and 53. RGB value is (40,73,83). Sum of RGB (Red+Green+Blue) = 40+73+83=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #284953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284953 is #D7B6AC. Grayscale: #404040. Windows color (decimal): -14137005 or 5458216. OLE color: 5458216.

HSL color Cylindrical-coordinate representation of color #284953: hue angle of 193.95º 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 #284953 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 73 83 -
CMYK 0.52 0.12 0 0.67
HSL 193.95º 0.35% 0.24% -
HSV(B) 193.95º 0.52% 0.33% -
XYZ 4.82 5.84 9.06 -
YUV 64.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 40 73 83 0.52 0.12 0 0.67 193.95 0.35 0.24
Hex 28 49 53 34 C 0 43 C2 23 18
Octal 50 111 123 64 14 0 103 302 43 30
Binary 101000 1001001 1010011 110100 1100 0 1000011 11000010 100011 11000

Color Harmonies of #284953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284953

Black with #284953

Text Example


Text Example

White with #284953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284953; }

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

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

background-color css

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

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

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

border-color css

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

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

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