#07818B

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

Shades of Dark Cyan #07818B

Tints of Dark Cyan #07818B

Color information

#07818B (or 0x07818B) is unknown color: approx Dark Cyan. HEX triplet: 07, 81 and 8B. RGB value is (7,129,139). Sum of RGB (Red+Green+Blue) = 7+129+139=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #07818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07818B is #F87E74. Grayscale: #5D5D5D. Windows color (decimal): -16285301 or 9142535. OLE color: 9142535.

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

Color convert

RGB7129139-
CMYK0.950.0700.45
HSL184.55º90.41%28.63%-
HSV(B)184.55º94.96%54.51%-
XYZ12.617.6127.16-
YUV93.66153.5866.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=2.55%
G=46.91%
B=50.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71291390.950.0700.45184.5590.4128.63
Hex7818B5F702Db95a1d
Octal7201213137705527113235
Binary11110000001100010111011111111010110110111001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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