#02828C

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

Shades of Dark Cyan #02828C

Tints of Dark Cyan #02828C

Color information

#02828C (or 0x02828C) is unknown color: approx Dark Cyan. HEX triplet: 02, 82 and 8C. RGB value is (2,130,140). Sum of RGB (Red+Green+Blue) = 2+130+140=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #02828C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02828C is #FD7D73. Grayscale: #5C5C5C. Windows color (decimal): -16612724 or 9208322. OLE color: 9208322.

HSL color Cylindrical-coordinate representation of color #02828C: hue angle of 184.35º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02828C is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2130140-
CMYK0.990.0700.45
HSL184.35º97.18%27.84%-
HSV(B)184.35º98.57%54.9%-
XYZ12.7417.8727.59-
YUV92.87154.5963.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=0.74%
G=47.79%
B=51.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21301400.990.0700.45184.3597.1827.84
Hex2828C63702Db8611c
Octal2202214143705527014134
Binary1010000010100011001100011111010110110111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02828C; }

 p { color: rgb(2,130,140); }

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

<style>
 a { background-color: #02828C; }

 a { background-color: rgb(2,130,140); }

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

<style>
 span { border-color: #02828C; }

 span { border-color: rgb(2,130,140); }

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