#168E85

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

Shades of Dark Cyan #168E85

Tints of Dark Cyan #168E85

Color information

#168E85 (or 0x168E85) is unknown color: approx Dark Cyan. HEX triplet: 16, 8E and 85. RGB value is (22,142,133). Sum of RGB (Red+Green+Blue) = 22+142+133=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #168E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168E85 is #E9717A. Grayscale: #696969. Windows color (decimal): -15298939 or 8752662. OLE color: 8752662.

HSL color Cylindrical-coordinate representation of color #168E85: hue angle of 175.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E85 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB22142133-
CMYK0.8500.060.44
HSL175.5º73.17%32.16%-
HSV(B)175.5º84.51%55.69%-
XYZ14.2421.2125.53-
YUV105.09143.7468.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=7.41%
G=47.81%
B=44.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221421330.8500.060.44175.573.1732.16
Hex168E8555062Cb04920
Octal26216205125065426011140
Binary10110100011101000010110101010110101100101100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168E85; }

 p { color: rgb(22,142,133); }

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

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

 a { background-color: rgb(22,142,133); }

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

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

 span { border-color: rgb(22,142,133); }

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