Html Css Color HEX #224440 Deep Teal

📋 copy color: '#224440'

red 34 ◦ green 68 ◦ blue 64

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

Shades of Deep Teal #224440

Tints of Deep Teal #224440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 20.48%
G = 40.96%
B = 38.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#224440 (or 0x224440) is known color: Deep Teal. HEX triplet: 22, 44 and 40. RGB value is (34,68,64). Sum of RGB (Red+Green+Blue) = 34+68+64=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #224440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224440 is #DDBBBF. Grayscale: #393939. Windows color (decimal): -14531520 or 4211746. OLE color: 4211746.

HSL color Cylindrical-coordinate representation of color #224440: hue angle of 172.94º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #224440 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 68 64 -
CMYK 0.50 0 0.06 0.73
HSL 172.94º 0.33% 0.2% -
HSV(B) 172.94º 0.5% 0.27% -
XYZ 3.65 4.84 5.59 -
YUV 57.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 34 68 64 0.50 0 0.06 0.73 172.94 0.33 0.2
Hex 22 44 40 32 0 6 49 AD 21 14
Octal 42 104 100 62 0 6 111 255 41 24
Binary 100010 1000100 1000000 110010 0 110 1001001 10101101 100001 10100

Color Harmonies of #224440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224440

Black with #224440

Text Example


Text Example

White with #224440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224440; }

 p { color: rgb(34,68,64); }

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

background-color css

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

 a { background-color: rgb(34,68,64); }

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

border-color css

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

 span { border-color: rgb(34,68,64); }

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