#02848E

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

Shades of Dark Cyan #02848E

Tints of Dark Cyan #02848E

Color information

#02848E (or 0x02848E) is unknown color: approx Dark Cyan. HEX triplet: 02, 84 and 8E. RGB value is (2,132,142). Sum of RGB (Red+Green+Blue) = 2+132+142=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #02848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02848E is #FD7B71. Grayscale: #5E5E5E. Windows color (decimal): -16612210 or 9339906. OLE color: 9339906.

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

Color convert

RGB2132142-
CMYK0.990.0700.44
HSL184.29º97.22%28.24%-
HSV(B)184.29º98.59%55.69%-
XYZ13.1618.4728.46-
YUV94.27154.9362.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=0.72%
G=47.83%
B=51.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21321420.990.0700.44184.2997.2228.24
Hex2848E63702Cb8611c
Octal2204216143705427014134
Binary1010000100100011101100011111010110010111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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