#216B73

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

Shades of Allports #216B73

Tints of Allports #216B73

Color information

#216B73 (or 0x216B73) is unknown color: approx Allports. HEX triplet: 21, 6B and 73. RGB value is (33,107,115). Sum of RGB (Red+Green+Blue) = 33+107+115=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #216B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B73 is #DE948C. Grayscale: #555555. Windows color (decimal): -14587021 or 7564065. OLE color: 7564065.

HSL color Cylindrical-coordinate representation of color #216B73: hue angle of 185.85º 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 #216B73 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33107115-
CMYK0.710.0700.55
HSL185.85º55.41%29.02%-
HSV(B)185.85º71.3%45.1%-
XYZ8.9812.0818.08-
YUV85.79144.4890.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=12.94%
G=41.96%
B=45.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331071150.710.0700.55185.8555.4129.02
Hex216B73477037ba371d
Octal4115316310770672726735
Binary10000111010111110011100011111101101111011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #216B73;
 }
 .AnyTagClassName
 {
   color: #216B73;
 }
</style>
background-color css

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

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

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

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

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

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