#00828B

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

Shades of Dark Cyan #00828B

Tints of Dark Cyan #00828B

Color information

#00828B (or 0x00828B) is unknown color: approx Dark Cyan. HEX triplet: 00, 82 and 8B. RGB value is (0,130,139). Sum of RGB (Red+Green+Blue) = 0+130+139=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #00828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00828B is #FF7D74. Grayscale: #5B5B5B. Windows color (decimal): -16743797 or 9142784. OLE color: 9142784.

HSL color Cylindrical-coordinate representation of color #00828B: hue angle of 183.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00828B is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0130139-
CMYK10.0600.45
HSL183.88º100%27.25%-
HSV(B)183.88º100%54.51%-
XYZ12.6417.8327.2-
YUV92.16154.4362.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=0%
G=48.33%
B=51.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013013910.0600.45183.8810027.25
Hex0828B64602Db8641b
Octal0202213144605527014433
Binary010000010100010111100100110010110110111000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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