Html Css Color HEX #21463C Deep Teal

📋 copy color: '#21463C'

red 33 ◦ green 70 ◦ blue 60

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

Shades of Deep Teal #21463C

Tints of Deep Teal #21463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.81%

R = 20.25%
G = 42.94%
B = 36.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#21463C (or 0x21463C) is known color: Deep Teal. HEX triplet: 21, 46 and 3C. RGB value is (33,70,60). Sum of RGB (Red+Green+Blue) = 33+70+60=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #21463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21463C is #DEB9C3. Grayscale: #393939. Windows color (decimal): -14596548 or 3950113. OLE color: 3950113.

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

Color convert

RGB 33 70 60 -
CMYK 0.53 0 0.14 0.73
HSL 163.78º 0.36% 0.2% -
HSV(B) 163.78º 0.53% 0.27% -
XYZ 3.63 5.03 5.05 -
YUV 57.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 33 70 60 0.53 0 0.14 0.73 163.78 0.36 0.2
Hex 21 46 3C 35 0 E 49 A4 24 14
Octal 41 106 74 65 0 16 111 244 44 24
Binary 100001 1000110 111100 110101 0 1110 1001001 10100100 100100 10100

Color Harmonies of #21463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21463C

Black with #21463C

Text Example


Text Example

White with #21463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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