#16826E

Color #16826E Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #16826E

Tints of Deep Sea #16826E

Color information

#16826E (or 0x16826E) is unknown color: approx Deep Sea. HEX triplet: 16, 82 and 6E. RGB value is (22,130,110). Sum of RGB (Red+Green+Blue) = 22+130+110=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #16826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16826E is #E97D91. Grayscale: #5F5F5F. Windows color (decimal): -15302034 or 7242262. OLE color: 7242262.

HSL color Cylindrical-coordinate representation of color #16826E: hue angle of 168.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16826E is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB22130110-
CMYK0.8300.150.49
HSL168.89º71.05%29.8%-
HSV(B)168.89º83.08%50.98%-
XYZ11.1317.2617.5-
YUV95.43136.2275.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=8.40%
G=49.62%
B=41.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal221301100.8300.150.49168.8971.0529.8
Hex16826E530F31a9471e
Octal262021561230176125110736
Binary1011010000010110111010100110111111000110101001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16826E; }

 p { color: rgb(22,130,110); }

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

<style>
 a { background-color: #16826E; }

 a { background-color: rgb(22,130,110); }

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

<style>
 span { border-color: #16826E; }

 span { border-color: rgb(22,130,110); }

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