#167c7f

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

Shades of Atoll #167C7F

Tints of Atoll #167C7F

Color information

#167C7F (or 0x167C7F) is unknown color: approx Atoll. HEX triplet: 16, 7C and 7F. RGB value is (22,124,127). Sum of RGB (Red+Green+Blue) = 22+124+127=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #167C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C7F is #E98380. Grayscale: #5D5D5D. Windows color (decimal): -15303553 or 8354838. OLE color: 8354838.

HSL color Cylindrical-coordinate representation of color #167C7F: hue angle of 181.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167C7F is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB22124127-
CMYK0.830.0200.50
HSL181.71º70.47%29.22%-
HSV(B)181.71º82.68%49.8%-
XYZ11.3716.1222.59-
YUV93.84146.7176.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 127 (50% from 255) = 46.52%
R=8.06%
G=45.42%
B=46.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal221241270.830.0200.50181.7170.4729.22
Hex167C7F532032b6461d
Octal26174177123206226610635
Binary1011011111001111111101001110011001010110110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167c7f; }

 p { color: rgb(22,124,127); }

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

<style>
 a { background-color: #167c7f; }

 a { background-color: rgb(22,124,127); }

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

<style>
 span { border-color: #167c7f; }

 span { border-color: rgb(22,124,127); }

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