#068D96

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

Shades of Dark Cyan #068D96

Tints of Dark Cyan #068D96

Color information

#068D96 (or 0x068D96) is unknown color: approx Dark Cyan. HEX triplet: 06, 8D and 96. RGB value is (6,141,150). Sum of RGB (Red+Green+Blue) = 6+141+150=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #068D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068D96 is #F97269. Grayscale: #656565. Windows color (decimal): -16347754 or 9866502. OLE color: 9866502.

HSL color Cylindrical-coordinate representation of color #068D96: hue angle of 183.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D96 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6141150-
CMYK0.960.0600.41
HSL183.75º92.31%30.59%-
HSV(B)183.75º96%58.82%-
XYZ15.1121.2932.17-
YUV101.66155.2759.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.02%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=2.02%
G=47.47%
B=50.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61411500.960.0600.41183.7592.3130.59
Hex68D96606029b85c1f
Octal6215226140605127013437
Binary11010001101100101101100000110010100110111000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068D96; }

 p { color: rgb(6,141,150); }

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

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

 a { background-color: rgb(6,141,150); }

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

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

 span { border-color: rgb(6,141,150); }

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