Html Css Color HEX #00828E Dark Cyan

📋 copy color: '#00828E'

red 0 ◦ green 130 ◦ blue 142

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

Shades of Dark Cyan #00828E

Tints of Dark Cyan #00828E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 47.79%

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 0%
G = 47.79%
B = 52.21%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00828E (or 0x00828E) is known color: Dark Cyan. HEX triplet: 00, 82 and 8E. RGB value is (0,130,142). Sum of RGB (Red+Green+Blue) = 0+130+142=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #00828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00828E is #FF7D71. Grayscale: #5C5C5C. Windows color (decimal): -16743794 or 9339392. OLE color: 9339392.

HSL color Cylindrical-coordinate representation of color #00828E: hue angle of 185.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00828E is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 130 142 -
CMYK 1 0.08 0 0.44
HSL 185.07º 1% 0.28% -
HSV(B) 185.07º 1% 0.56% -
XYZ 12.87 17.92 28.37 -
YUV 92.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 0 130 142 1 0.08 0 0.44 185.07 1 0.28
Hex 0 82 8E 64 8 0 2C B9 64 1C
Octal 0 202 216 144 10 0 54 271 144 34
Binary 0 10000010 10001110 1100100 1000 0 101100 10111001 1100100 11100

Color Harmonies of #00828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00828E

Black with #00828E

Text Example


Text Example

White with #00828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00828E;
 }
 .AnyTagClassName
 {
   color: #00828E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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