#07868B

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

Shades of Dark Cyan #07868B

Tints of Dark Cyan #07868B

Color information

#07868B (or 0x07868B) is unknown color: approx Dark Cyan. HEX triplet: 07, 86 and 8B. RGB value is (7,134,139). Sum of RGB (Red+Green+Blue) = 7+134+139=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #07868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07868B is #F87974. Grayscale: #606060. Windows color (decimal): -16284021 or 9143815. OLE color: 9143815.

HSL color Cylindrical-coordinate representation of color #07868B: hue angle of 182.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07868B is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7134139-
CMYK0.950.0400.45
HSL182.27º90.41%28.63%-
HSV(B)182.27º94.96%54.51%-
XYZ13.2718.9627.39-
YUV96.6151.9264.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=2.5%
G=47.86%
B=49.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71341390.950.0400.45182.2790.4128.63
Hex7868B5F402Db65a1d
Octal7206213137405526613235
Binary11110000110100010111011111100010110110110110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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