Html Css Color HEX #00828B Dark Cyan

📋 copy color: '#00828B'

red 0 ◦ green 130 ◦ blue 139

#00828B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #00828B

Tints of Dark Cyan #00828B

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 value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00828B (or 0x00828B) is known color: 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

RGB 0 130 139 -
CMYK 1 0.06 0 0.45
HSL 183.88º 1% 0.27% -
HSV(B) 183.88º 1% 0.55% -
XYZ 12.64 17.83 27.2 -
YUV 92.16 154.43 62.27 -
System Red Green Blue C M Y K H S L
Decimal 0 130 139 1 0.06 0 0.45 183.88 1 0.27
Hex 0 82 8B 64 6 0 2D B8 64 1B
Octal 0 202 213 144 6 0 55 270 144 33
Binary 0 10000010 10001011 1100100 110 0 101101 10111000 1100100 11011

Color Harmonies of #00828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00828B

Black with #00828B

Text Example


Text Example

White with #00828B

Text Example


Text Example

HTML Codes & Css Web 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>