#01968A

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

Shades of Dark Cyan #01968A

Tints of Dark Cyan #01968A

Color information

#01968A (or 0x01968A) is unknown color: approx Dark Cyan. HEX triplet: 01, 96 and 8A. RGB value is (1,150,138). Sum of RGB (Red+Green+Blue) = 1+150+138=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #01968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01968A is #FE6975. Grayscale: #676767. Windows color (decimal): -16673142 or 9082369. OLE color: 9082369.

HSL color Cylindrical-coordinate representation of color #01968A: hue angle of 175.17º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01968A is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB1150138-
CMYK0.9900.080.41
HSL175.17º98.68%29.61%-
HSV(B)175.17º99.33%58.82%-
XYZ15.5123.6527.79-
YUV104.08147.1454.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 150 (58.98% from 255) = 51.90%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=0.35%
G=51.90%
B=47.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11501380.9900.080.41175.1798.6829.61
Hex1968A630829af631e
Octal12262121430105125714336
Binary1100101101000101011000110100010100110101111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01968A; }

 p { color: rgb(1,150,138); }

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

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

 a { background-color: rgb(1,150,138); }

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

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

 span { border-color: rgb(1,150,138); }

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