#02848D

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

Shades of Dark Cyan #02848D

Tints of Dark Cyan #02848D

Color information

#02848D (or 0x02848D) is unknown color: approx Dark Cyan. HEX triplet: 02, 84 and 8D. RGB value is (2,132,141). Sum of RGB (Red+Green+Blue) = 2+132+141=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #02848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02848D is #FD7B72. Grayscale: #5D5D5D. Windows color (decimal): -16612211 or 9274370. OLE color: 9274370.

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

Color convert

RGB2132141-
CMYK0.990.0600.45
HSL183.88º97.2%28.04%-
HSV(B)183.88º98.58%55.29%-
XYZ13.0818.4428.07-
YUV94.16154.4362.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=0.73%
G=48%
B=51.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21321410.990.0600.45183.8897.228.04
Hex2848D63602Db8611c
Octal2204215143605527014134
Binary1010000100100011011100011110010110110111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02848D; }

 p { color: rgb(2,132,141); }

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

<style>
 a { background-color: #02848D; }

 a { background-color: rgb(2,132,141); }

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

<style>
 span { border-color: #02848D; }

 span { border-color: rgb(2,132,141); }

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