#05968C

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

Shades of Dark Cyan #05968C

Tints of Dark Cyan #05968C

Color information

#05968C (or 0x05968C) is unknown color: approx Dark Cyan. HEX triplet: 05, 96 and 8C. RGB value is (5,150,140). Sum of RGB (Red+Green+Blue) = 5+150+140=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #05968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05968C is #FA6973. Grayscale: #696969. Windows color (decimal): -16410996 or 9213445. OLE color: 9213445.

HSL color Cylindrical-coordinate representation of color #05968C: hue angle of 175.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05968C is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB5150140-
CMYK0.9700.070.41
HSL175.86º93.55%30.39%-
HSV(B)175.86º96.67%58.82%-
XYZ15.723.7428.57-
YUV105.5147.4656.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=1.69%
G=50.85%
B=47.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51501400.9700.070.41175.8693.5530.39
Hex5968C610729b05e1e
Octal5226214141075126013636
Binary10110010110100011001100001011110100110110000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05968C; }

 p { color: rgb(5,150,140); }

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

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

 a { background-color: rgb(5,150,140); }

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

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

 span { border-color: rgb(5,150,140); }

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