#216C73

Color #216C73 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #216C73

Tints of Allports #216C73

Color information

#216C73 (or 0x216C73) is unknown color: approx 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

RGB33108115-
CMYK0.710.0600.55
HSL185.12º55.41%29.02%-
HSV(B)185.12º71.3%45.1%-
XYZ9.0812.2918.11-
YUV86.37144.1589.93-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331081150.710.0600.55185.1255.4129.02
Hex216C73476037b9371d
Octal4115416310760672716735
Binary10000111011001110011100011111001101111011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>