#16A4BE

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

Shades of Pelorous #16A4BE

Tints of Pelorous #16A4BE

Color information

#16A4BE (or 0x16A4BE) is unknown color: approx Pelorous. HEX triplet: 16, A4 and BE. RGB value is (22,164,190). Sum of RGB (Red+Green+Blue) = 22+164+190=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #16A4BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A4BE is #E95B41. Grayscale: #7C7C7C. Windows color (decimal): -15293250 or 12493846. OLE color: 12493846.

HSL color Cylindrical-coordinate representation of color #16A4BE: hue angle of 189.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16A4BE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22164190-
CMYK0.880.1400.25
HSL189.29º79.25%41.57%-
HSV(B)189.29º88.42%74.51%-
XYZ22.930.4453.38-
YUV124.51164.9654.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.85%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=5.85%
G=43.62%
B=50.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221641900.880.1400.25189.2979.2541.57
Hex16A4BE58E019bd4f2a
Octal262442761301603127511752
Binary10110101001001011111010110001110011001101111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,164,190); }

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

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

 a { background-color: rgb(22,164,190); }

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

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

 span { border-color: rgb(22,164,190); }

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