Html Css Color HEX #224541 Deep Teal

📋 copy color: '#224541'

red 34 ◦ green 69 ◦ blue 65

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

Shades of Deep Teal #224541

Tints of Deep Teal #224541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 20.24%
G = 41.07%
B = 38.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#224541 (or 0x224541) is known color: Deep Teal. HEX triplet: 22, 45 and 41. RGB value is (34,69,65). Sum of RGB (Red+Green+Blue) = 34+69+65=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #224541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224541 is #DDBABE. Grayscale: #3A3A3A. Windows color (decimal): -14531263 or 4277538. OLE color: 4277538.

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

Color convert

RGB 34 69 65 -
CMYK 0.51 0 0.06 0.73
HSL 173.14º 0.34% 0.2% -
HSV(B) 173.14º 0.51% 0.27% -
XYZ 3.74 4.98 5.76 -
YUV 58.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 34 69 65 0.51 0 0.06 0.73 173.14 0.34 0.2
Hex 22 45 41 33 0 6 49 AD 22 14
Octal 42 105 101 63 0 6 111 255 42 24
Binary 100010 1000101 1000001 110011 0 110 1001001 10101101 100010 10100

Color Harmonies of #224541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224541

Black with #224541

Text Example


Text Example

White with #224541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224541; }

 p { color: rgb(34,69,65); }

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

background-color css

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

 a { background-color: rgb(34,69,65); }

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

border-color css

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

 span { border-color: rgb(34,69,65); }

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