#05968B

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

Shades of Dark Cyan #05968B

Tints of Dark Cyan #05968B

Color information

#05968B (or 0x05968B) is unknown color: approx Dark Cyan. HEX triplet: 05, 96 and 8B. RGB value is (5,150,139). Sum of RGB (Red+Green+Blue) = 5+150+139=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #05968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05968B is #FA6974. Grayscale: #696969. Windows color (decimal): -16410997 or 9147909. OLE color: 9147909.

HSL color Cylindrical-coordinate representation of color #05968B: hue angle of 175.45º 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 #05968B is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB5150139-
CMYK0.9700.070.41
HSL175.45º93.55%30.39%-
HSV(B)175.45º96.67%58.82%-
XYZ15.6323.7128.18-
YUV105.39146.9656.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.70%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=1.70%
G=51.02%
B=47.28%

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
Decimal51501390.9700.070.41175.4593.5530.39
Hex5968B610729af5e1e
Octal5226213141075125713636
Binary10110010110100010111100001011110100110101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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