#01907F

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

Shades of Dark Cyan #01907F

Tints of Dark Cyan #01907F

Color information

#01907F (or 0x01907F) is unknown color: approx Dark Cyan. HEX triplet: 01, 90 and 7F. RGB value is (1,144,127). Sum of RGB (Red+Green+Blue) = 1+144+127=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #01907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01907F is #FE6F80. Grayscale: #636363. Windows color (decimal): -16674689 or 8359937. OLE color: 8359937.

HSL color Cylindrical-coordinate representation of color #01907F: hue angle of 172.87º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01907F is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB1144127-
CMYK0.9900.120.44
HSL172.87º98.62%28.43%-
HSV(B)172.87º99.31%56.47%-
XYZ13.8221.4923.5-
YUV99.3143.6257.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 144 (56.64% from 255) = 52.94%
BLUE value IS 127 (50% from 255) = 46.69%
R=0.37%
G=52.94%
B=46.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11441270.9900.120.44172.8798.6228.43
Hex1907F630C2Cad631c
Octal12201771430145425514334
Binary110010000111111111000110110010110010101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01907F; }

 p { color: rgb(1,144,127); }

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

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

 a { background-color: rgb(1,144,127); }

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

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

 span { border-color: rgb(1,144,127); }

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