Html Css Color HEX #21463E Deep Teal

📋 copy color: '#21463E'

red 33 ◦ green 70 ◦ blue 62

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

Shades of Deep Teal #21463E

Tints of Deep Teal #21463E

RGB

 RED value IS 33 (13.28% from 255) = 20%

 GREEN value IS 70 (27.73% from 255) = 42.42%

 BLUE value IS 62 (24.61% from 255) = 37.58%

R = 20%
G = 42.42%
B = 37.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#21463E (or 0x21463E) is known color: Deep Teal. HEX triplet: 21, 46 and 3E. RGB value is (33,70,62). Sum of RGB (Red+Green+Blue) = 33+70+62=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #21463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21463E is #DEB9C1. Grayscale: #3A3A3A. Windows color (decimal): -14596546 or 4081185. OLE color: 4081185.

HSL color Cylindrical-coordinate representation of color #21463E: hue angle of 167.03º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #21463E is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 62 -
CMYK 0.53 0 0.11 0.73
HSL 167.03º 0.36% 0.2% -
HSV(B) 167.03º 0.53% 0.27% -
XYZ 3.69 5.05 5.34 -
YUV 58.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 33 70 62 0.53 0 0.11 0.73 167.03 0.36 0.2
Hex 21 46 3E 35 0 B 49 A7 24 14
Octal 41 106 76 65 0 13 111 247 44 24
Binary 100001 1000110 111110 110101 0 1011 1001001 10100111 100100 10100

Color Harmonies of #21463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21463E

Black with #21463E

Text Example


Text Example

White with #21463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21463E; }

 p { color: rgb(33,70,62); }

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

background-color css

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

 a { background-color: rgb(33,70,62); }

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

border-color css

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

 span { border-color: rgb(33,70,62); }

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