Html Css Color HEX #216C73 Allports

📋 copy color: '#216C73'

red 33 ◦ green 108 ◦ blue 115

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

Shades of Allports #216C73

Tints of Allports #216C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.19%

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 12.89%
G = 42.19%
B = 44.92%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#216C73 (or 0x216C73) is known color: Allports. HEX triplet: 21, 6C and 73. RGB value is (33,108,115). Sum of RGB (Red+Green+Blue) = 33+108+115=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #216C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C73 is #DE938C. Grayscale: #565656. Windows color (decimal): -14586765 or 7564321. OLE color: 7564321.

HSL color Cylindrical-coordinate representation of color #216C73: hue angle of 185.12º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216C73 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 108 115 -
CMYK 0.71 0.06 0 0.55
HSL 185.12º 0.55% 0.29% -
HSV(B) 185.12º 0.71% 0.45% -
XYZ 9.08 12.29 18.11 -
YUV 86.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 33 108 115 0.71 0.06 0 0.55 185.12 0.55 0.29
Hex 21 6C 73 47 6 0 37 B9 37 1D
Octal 41 154 163 107 6 0 67 271 67 35
Binary 100001 1101100 1110011 1000111 110 0 110111 10111001 110111 11101

Color Harmonies of #216C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C73

Black with #216C73

Text Example


Text Example

White with #216C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216C73; }

 p { color: rgb(33,108,115); }

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

background-color css

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

 a { background-color: rgb(33,108,115); }

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

border-color css

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

 span { border-color: rgb(33,108,115); }

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