Html Css Color HEX #21463F Deep Teal

📋 copy color: '#21463F'

red 33 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #21463F

Tints of Deep Teal #21463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.95%

R = 19.88%
G = 42.17%
B = 37.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#21463F (or 0x21463F) is known color: Deep Teal. HEX triplet: 21, 46 and 3F. RGB value is (33,70,63). Sum of RGB (Red+Green+Blue) = 33+70+63=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #21463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21463F is #DEB9C0. Grayscale: #3A3A3A. Windows color (decimal): -14596545 or 4146721. OLE color: 4146721.

HSL color Cylindrical-coordinate representation of color #21463F: hue angle of 168.65º 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 #21463F is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 63 -
CMYK 0.53 0 0.10 0.73
HSL 168.65º 0.36% 0.2% -
HSV(B) 168.65º 0.53% 0.27% -
XYZ 3.71 5.06 5.48 -
YUV 58.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 33 70 63 0.53 0 0.10 0.73 168.65 0.36 0.2
Hex 21 46 3F 35 0 A 49 A9 24 14
Octal 41 106 77 65 0 12 111 251 44 24
Binary 100001 1000110 111111 110101 0 1010 1001001 10101001 100100 10100

Color Harmonies of #21463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21463F

Black with #21463F

Text Example


Text Example

White with #21463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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