#22423D

Color #22423D Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #22423D

Tints of Deep Teal #22423D

Color information

#22423D (or 0x22423D) is unknown color: approx Deep Teal. HEX triplet: 22, 42 and 3D. RGB value is (34,66,61). Sum of RGB (Red+Green+Blue) = 34+66+61=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #22423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22423D is #DDBDC2. Grayscale: #373737. Windows color (decimal): -14532035 or 4014626. OLE color: 4014626.

HSL color Cylindrical-coordinate representation of color #22423D: hue angle of 170.62º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #22423D is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB346661-
CMYK0.4800.080.74
HSL170.62º32%19.61%-
HSV(B)170.62º48.48%25.88%-
XYZ3.454.575.12-
YUV55.86130.9112.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=21.12%
G=40.99%
B=37.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3466610.4800.080.74170.623219.61
Hex22423D30084Aab2014
Octal4210275600101122534024
Binary10001010000101111011100000100010010101010101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22423D; }

 p { color: rgb(34,66,61); }

 H1.HeaderClassName
 {
   color: #22423D;
 }
 .AnyTagClassName
 {
   color: #22423D;
 }
</style>
background-color css

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

 a { background-color: rgb(34,66,61); }

 div.DivClassName
 {
   background-color: #22423D;
 }
 .BgClassName
 {
   background-color: #22423D;
 }
</style>
border-color css

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

 span { border-color: rgb(34,66,61); }

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