#06888E

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

Shades of Dark Cyan #06888E

Tints of Dark Cyan #06888E

Color information

#06888E (or 0x06888E) is unknown color: approx Dark Cyan. HEX triplet: 06, 88 and 8E. RGB value is (6,136,142). Sum of RGB (Red+Green+Blue) = 6+136+142=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #06888E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06888E is #F97771. Grayscale: #616161. Windows color (decimal): -16349042 or 9340934. OLE color: 9340934.

HSL color Cylindrical-coordinate representation of color #06888E: hue angle of 182.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06888E is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6136142-
CMYK0.960.0400.44
HSL182.65º91.89%29.02%-
HSV(B)182.65º95.77%55.69%-
XYZ13.7619.628.65-
YUV97.81152.9362.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 142 (55.86% from 255) = 50%
R=2.11%
G=47.89%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61361420.960.0400.44182.6591.8929.02
Hex6888E60402Cb75c1d
Octal6210216140405426713435
Binary11010001000100011101100000100010110010110111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,136,142); }

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

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

 a { background-color: rgb(6,136,142); }

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

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

 span { border-color: rgb(6,136,142); }

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