Html Css Color HEX #224340 Deep Teal

📋 copy color: '#224340'

red 34 ◦ green 67 ◦ blue 64

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

Shades of Deep Teal #224340

Tints of Deep Teal #224340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.61%

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

R = 20.61%
G = 40.61%
B = 38.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#224340 (or 0x224340) is known color: Deep Teal. HEX triplet: 22, 43 and 40. RGB value is (34,67,64). Sum of RGB (Red+Green+Blue) = 34+67+64=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #224340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224340 is #DDBCBF. Grayscale: #383838. Windows color (decimal): -14531776 or 4211490. OLE color: 4211490.

HSL color Cylindrical-coordinate representation of color #224340: hue angle of 174.55º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #224340 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 34 67 64 -
CMYK 0.49 0 0.04 0.74
HSL 174.55º 0.33% 0.2% -
HSV(B) 174.55º 0.49% 0.26% -
XYZ 3.59 4.72 5.57 -
YUV 56.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 34 67 64 0.49 0 0.04 0.74 174.55 0.33 0.2
Hex 22 43 40 31 0 4 4A AF 21 14
Octal 42 103 100 61 0 4 112 257 41 24
Binary 100010 1000011 1000000 110001 0 100 1001010 10101111 100001 10100

Color Harmonies of #224340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224340

Black with #224340

Text Example


Text Example

White with #224340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224340; }

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

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

background-color css

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

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

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

border-color css

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

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

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