#07828B

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

Shades of Dark Cyan #07828B

Tints of Dark Cyan #07828B

Color information

#07828B (or 0x07828B) is unknown color: approx Dark Cyan. HEX triplet: 07, 82 and 8B. RGB value is (7,130,139). Sum of RGB (Red+Green+Blue) = 7+130+139=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #07828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07828B is #F87D74. Grayscale: #5E5E5E. Windows color (decimal): -16285045 or 9142791. OLE color: 9142791.

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

Color convert

RGB7130139-
CMYK0.950.0600.45
HSL184.09º90.41%28.63%-
HSV(B)184.09º94.96%54.51%-
XYZ12.7317.8727.21-
YUV94.25153.2565.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.54%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=2.54%
G=47.10%
B=50.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71301390.950.0600.45184.0990.4128.63
Hex7828B5F602Db85a1d
Octal7202213137605527013235
Binary11110000010100010111011111110010110110111000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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