Html Css Color HEX #224853 Teal Blue

📋 copy color: '#224853'

red 34 ◦ green 72 ◦ blue 83

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

Shades of Teal Blue #224853

Tints of Teal Blue #224853

RGB

 RED value IS 34 (13.67% from 255) = 17.99%

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

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

R = 17.99%
G = 38.1%
B = 43.92%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224853 (or 0x224853) is known color: Teal Blue. HEX triplet: 22, 48 and 53. RGB value is (34,72,83). Sum of RGB (Red+Green+Blue) = 34+72+83=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #224853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224853 is #DDB7AC. Grayscale: #3D3D3D. Windows color (decimal): -14530477 or 5457954. OLE color: 5457954.

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

Color convert

RGB 34 72 83 -
CMYK 0.59 0.13 0 0.67
HSL 193.47º 0.42% 0.23% -
HSV(B) 193.47º 0.59% 0.33% -
XYZ 4.54 5.6 9.03 -
YUV 61.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 34 72 83 0.59 0.13 0 0.67 193.47 0.42 0.23
Hex 22 48 53 3B D 0 43 C1 2A 17
Octal 42 110 123 73 15 0 103 301 52 27
Binary 100010 1001000 1010011 111011 1101 0 1000011 11000001 101010 10111

Color Harmonies of #224853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224853

Black with #224853

Text Example


Text Example

White with #224853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224853; }

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

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

background-color css

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

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

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

border-color css

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

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

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