#169284

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

Shades of Dark Cyan #169284

Tints of Dark Cyan #169284

Color information

#169284 (or 0x169284) is unknown color: approx Dark Cyan. HEX triplet: 16, 92 and 84. RGB value is (22,146,132). Sum of RGB (Red+Green+Blue) = 22+146+132=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #169284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169284 is #E96D7B. Grayscale: #6B6B6B. Windows color (decimal): -15297916 or 8688150. OLE color: 8688150.

HSL color Cylindrical-coordinate representation of color #169284: hue angle of 173.23º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169284 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB22146132-
CMYK0.8500.100.43
HSL173.23º73.81%32.94%-
HSV(B)173.23º84.93%57.25%-
XYZ14.7722.3925.37-
YUV107.33141.9267.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.33%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 132 (51.95% from 255) = 44%
R=7.33%
G=48.67%
B=44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221461320.8500.100.43173.2373.8132.94
Hex169284550A2Bad4a21
Octal262222041250125325511241
Binary101101001001010000100101010101010101011101011011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169284; }

 p { color: rgb(22,146,132); }

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

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

 a { background-color: rgb(22,146,132); }

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

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

 span { border-color: rgb(22,146,132); }

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