#07868E

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

Shades of Dark Cyan #07868E

Tints of Dark Cyan #07868E

Color information

#07868E (or 0x07868E) is unknown color: approx Dark Cyan. HEX triplet: 07, 86 and 8E. RGB value is (7,134,142). Sum of RGB (Red+Green+Blue) = 7+134+142=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #07868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07868E is #F87971. Grayscale: #606060. Windows color (decimal): -16284018 or 9340423. OLE color: 9340423.

HSL color Cylindrical-coordinate representation of color #07868E: hue angle of 183.56º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07868E is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7134142-
CMYK0.950.0600.44
HSL183.56º90.6%29.22%-
HSV(B)183.56º95.07%55.69%-
XYZ13.519.0528.56-
YUV96.94153.4263.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.47%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=2.47%
G=47.35%
B=50.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71341420.950.0600.44183.5690.629.22
Hex7868E5F602Cb85b1d
Octal7206216137605427013335
Binary11110000110100011101011111110010110010111000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07868E; }

 p { color: rgb(7,134,142); }

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

<style>
 a { background-color: #07868E; }

 a { background-color: rgb(7,134,142); }

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

<style>
 span { border-color: #07868E; }

 span { border-color: rgb(7,134,142); }

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