#167C7E

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

Shades of Atoll #167C7E

Tints of Atoll #167C7E

Color information

#167C7E (or 0x167C7E) is unknown color: approx Atoll. HEX triplet: 16, 7C and 7E. RGB value is (22,124,126). Sum of RGB (Red+Green+Blue) = 22+124+126=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #167C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C7E is #E98381. Grayscale: #5D5D5D. Windows color (decimal): -15303554 or 8289302. OLE color: 8289302.

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

Color convert

RGB22124126-
CMYK0.830.0200.51
HSL181.15º70.27%29.02%-
HSV(B)181.15º82.54%49.41%-
XYZ11.316.0922.25-
YUV93.73146.2176.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.09%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 126 (49.61% from 255) = 46.32%
R=8.09%
G=45.59%
B=46.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221241260.830.0200.51181.1570.2729.02
Hex167C7E532033b5461d
Octal26174176123206326510635
Binary1011011111001111110101001110011001110110101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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