#07858B

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

Shades of Dark Cyan #07858B

Tints of Dark Cyan #07858B

Color information

#07858B (or 0x07858B) is unknown color: approx Dark Cyan. HEX triplet: 07, 85 and 8B. RGB value is (7,133,139). Sum of RGB (Red+Green+Blue) = 7+133+139=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #07858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07858B is #F87A74. Grayscale: #5F5F5F. Windows color (decimal): -16284277 or 9143559. OLE color: 9143559.

HSL color Cylindrical-coordinate representation of color #07858B: hue angle of 182.73º 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 #07858B is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7133139-
CMYK0.950.0400.45
HSL182.73º90.41%28.63%-
HSV(B)182.73º94.96%54.51%-
XYZ13.1418.6827.34-
YUV96.01152.2664.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=2.51%
G=47.67%
B=49.82%

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
Decimal71331390.950.0400.45182.7390.4128.63
Hex7858B5F402Db75a1d
Octal7205213137405526713235
Binary11110000101100010111011111100010110110110111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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