#168E81

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

Shades of Dark Cyan #168E81

Tints of Dark Cyan #168E81

Color information

#168E81 (or 0x168E81) is unknown color: approx Dark Cyan. HEX triplet: 16, 8E and 81. RGB value is (22,142,129). Sum of RGB (Red+Green+Blue) = 22+142+129=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #168E81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168E81 is #E9717E. Grayscale: #686868. Windows color (decimal): -15298943 or 8490518. OLE color: 8490518.

HSL color Cylindrical-coordinate representation of color #168E81: hue angle of 173.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 #168E81 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB22142129-
CMYK0.8500.090.44
HSL173.5º73.17%32.16%-
HSV(B)173.5º84.51%55.69%-
XYZ13.9721.124.11-
YUV104.64141.7469.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.51%
GREEN value IS 142 (55.86% from 255) = 48.46%
BLUE value IS 129 (50.78% from 255) = 44.03%
R=7.51%
G=48.46%
B=44.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221421290.8500.090.44173.573.1732.16
Hex168E8155092Cae4920
Octal262162011250115425611140
Binary101101000111010000001101010101001101100101011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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