#16C0C2

Color #16C0C2 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #16C0C2

Tints of Iris Blue #16C0C2

Color information

#16C0C2 (or 0x16C0C2) is unknown color: approx Iris Blue. HEX triplet: 16, C0 and C2. RGB value is (22,192,194). Sum of RGB (Red+Green+Blue) = 22+192+194=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #16C0C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C0C2 is #E93F3D. Grayscale: #8D8D8D. Windows color (decimal): -15286078 or 12763158. OLE color: 12763158.

HSL color Cylindrical-coordinate representation of color #16C0C2: hue angle of 180.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C0C2 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB22192194-
CMYK0.890.0100.24
HSL180.7º79.63%42.35%-
HSV(B)180.7º88.66%76.08%-
XYZ28.9241.7657.58-
YUV141.4157.6842.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.39%
GREEN value IS 192 (75.39% from 255) = 47.06%
BLUE value IS 194 (76.17% from 255) = 47.55%
R=5.39%
G=47.06%
B=47.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221921940.890.0100.24180.779.6342.35
Hex16C0C2591018b5502a
Octal26300302131103026512052
Binary10110110000001100001010110011011000101101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16C0C2; }

 p { color: rgb(22,192,194); }

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

<style>
 a { background-color: #16C0C2; }

 a { background-color: rgb(22,192,194); }

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

<style>
 span { border-color: #16C0C2; }

 span { border-color: rgb(22,192,194); }

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