#069884

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

Shades of Dark Cyan #069884

Tints of Dark Cyan #069884

Color information

#069884 (or 0x069884) is unknown color: approx Dark Cyan. HEX triplet: 06, 98 and 84. RGB value is (6,152,132). Sum of RGB (Red+Green+Blue) = 6+152+132=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #069884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069884 is #F9677B. Grayscale: #696969. Windows color (decimal): -16344956 or 8689670. OLE color: 8689670.

HSL color Cylindrical-coordinate representation of color #069884: hue angle of 171.78º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069884 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB6152132-
CMYK0.9600.130.40
HSL171.78º92.41%30.98%-
HSV(B)171.78º96.05%59.61%-
XYZ15.4724.1625.68-
YUV106.07142.6356.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.07%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=2.07%
G=52.41%
B=45.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61521320.9600.130.40171.7892.4130.98
Hex69884600D28ac5c1f
Octal62302041400155025413437
Binary110100110001000010011000000110110100010101100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069884; }

 p { color: rgb(6,152,132); }

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

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

 a { background-color: rgb(6,152,132); }

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

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

 span { border-color: rgb(6,152,132); }

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