#216C7F

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

Shades of Allports #216C7F

Tints of Allports #216C7F

Color information

#216C7F (or 0x216C7F) is unknown color: approx Allports. HEX triplet: 21, 6C and 7F. RGB value is (33,108,127). Sum of RGB (Red+Green+Blue) = 33+108+127=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #216C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C7F is #DE9380. Grayscale: #575757. Windows color (decimal): -14586753 or 8350753. OLE color: 8350753.

HSL color Cylindrical-coordinate representation of color #216C7F: hue angle of 192.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #216C7F is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB33108127-
CMYK0.740.1500.50
HSL192.13º58.75%31.37%-
HSV(B)192.13º74.02%49.8%-
XYZ9.8212.5821.99-
YUV87.74150.1588.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 127 (50% from 255) = 47.39%
R=12.31%
G=40.30%
B=47.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331081270.740.1500.50192.1358.7531.37
Hex216C7F4AF032c03b1f
Octal41154177112170623007337
Binary100001110110011111111001010111101100101100000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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