#02888B

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

Shades of Dark Cyan #02888B

Tints of Dark Cyan #02888B

Color information

#02888B (or 0x02888B) is unknown color: approx Dark Cyan. HEX triplet: 02, 88 and 8B. RGB value is (2,136,139). Sum of RGB (Red+Green+Blue) = 2+136+139=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #02888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02888B is #FD7774. Grayscale: #606060. Windows color (decimal): -16611189 or 9144322. OLE color: 9144322.

HSL color Cylindrical-coordinate representation of color #02888B: hue angle of 181.31º 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 #02888B is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2136139-
CMYK0.990.0200.45
HSL181.31º97.16%27.65%-
HSV(B)181.31º98.56%54.51%-
XYZ13.4919.4927.48-
YUV96.28152.1160.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=0.72%
G=49.10%
B=50.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21361390.990.0200.45181.3197.1627.65
Hex2888B63202Db5611c
Octal2210213143205526514134
Binary101000100010001011110001110010110110110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,136,139); }

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

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

 a { background-color: rgb(2,136,139); }

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

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

 span { border-color: rgb(2,136,139); }

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