Html Css Color HEX #21474C Teal Blue

📋 copy color: '#21474C'

red 33 ◦ green 71 ◦ blue 76

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

Shades of Teal Blue #21474C

Tints of Teal Blue #21474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 18.33%
G = 39.44%
B = 42.22%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21474C (or 0x21474C) is known color: Teal Blue. HEX triplet: 21, 47 and 4C. RGB value is (33,71,76). Sum of RGB (Red+Green+Blue) = 33+71+76=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #21474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21474C is #DEB8B3. Grayscale: #3C3C3C. Windows color (decimal): -14596276 or 4998945. OLE color: 4998945.

HSL color Cylindrical-coordinate representation of color #21474C: hue angle of 186.98º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21474C is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 71 76 -
CMYK 0.57 0.07 0 0.70
HSL 186.98º 0.39% 0.21% -
HSV(B) 186.98º 0.57% 0.3% -
XYZ 4.18 5.35 7.65 -
YUV 60.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 33 71 76 0.57 0.07 0 0.70 186.98 0.39 0.21
Hex 21 47 4C 39 7 0 46 BB 27 15
Octal 41 107 114 71 7 0 106 273 47 25
Binary 100001 1000111 1001100 111001 111 0 1000110 10111011 100111 10101

Color Harmonies of #21474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21474C

Black with #21474C

Text Example


Text Example

White with #21474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,71,76); }

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

background-color css

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

 a { background-color: rgb(33,71,76); }

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

border-color css

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

 span { border-color: rgb(33,71,76); }

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