Html Css Color HEX #00828A Dark Cyan

📋 copy color: '#00828A'

red 0 ◦ green 130 ◦ blue 138

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

Shades of Dark Cyan #00828A

Tints of Dark Cyan #00828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.49%

R = 0%
G = 48.51%
B = 51.49%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00828A (or 0x00828A) is known color: Dark Cyan. HEX triplet: 00, 82 and 8A. RGB value is (0,130,138). Sum of RGB (Red+Green+Blue) = 0+130+138=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #00828A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00828A is #FF7D75. Grayscale: #5B5B5B. Windows color (decimal): -16743798 or 9077248. OLE color: 9077248.

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

Color convert

RGB 0 130 138 -
CMYK 1 0.06 0 0.46
HSL 183.48º 1% 0.27% -
HSV(B) 183.48º 1% 0.54% -
XYZ 12.57 17.8 26.82 -
YUV 92.04 153.93 62.35 -
System Red Green Blue C M Y K H S L
Decimal 0 130 138 1 0.06 0 0.46 183.48 1 0.27
Hex 0 82 8A 64 6 0 2E B7 64 1B
Octal 0 202 212 144 6 0 56 267 144 33
Binary 0 10000010 10001010 1100100 110 0 101110 10110111 1100100 11011

Color Harmonies of #00828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00828A

Black with #00828A

Text Example


Text Example

White with #00828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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