Html Css Color HEX #224754 Teal Blue

📋 copy color: '#224754'

red 34 ◦ green 71 ◦ blue 84

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

Shades of Teal Blue #224754

Tints of Teal Blue #224754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 17.99%
G = 37.57%
B = 44.44%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224754 (or 0x224754) is known color: Teal Blue. HEX triplet: 22, 47 and 54. RGB value is (34,71,84). Sum of RGB (Red+Green+Blue) = 34+71+84=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #224754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224754 is #DDB8AB. Grayscale: #3D3D3D. Windows color (decimal): -14530732 or 5523234. OLE color: 5523234.

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

Color convert

RGB 34 71 84 -
CMYK 0.60 0.15 0 0.67
HSL 195.6º 0.42% 0.23% -
HSV(B) 195.6º 0.6% 0.33% -
XYZ 4.51 5.49 9.21 -
YUV 61.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 34 71 84 0.60 0.15 0 0.67 195.6 0.42 0.23
Hex 22 47 54 3C F 0 43 C4 2A 17
Octal 42 107 124 74 17 0 103 304 52 27
Binary 100010 1000111 1010100 111100 1111 0 1000011 11000100 101010 10111

Color Harmonies of #224754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224754

Black with #224754

Text Example


Text Example

White with #224754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224754; }

 p { color: rgb(34,71,84); }

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

background-color css

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

 a { background-color: rgb(34,71,84); }

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

border-color css

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

 span { border-color: rgb(34,71,84); }

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