#028792

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

Shades of Dark Cyan #028792

Tints of Dark Cyan #028792

Color information

#028792 (or 0x028792) is unknown color: approx Dark Cyan. HEX triplet: 02, 87 and 92. RGB value is (2,135,146). Sum of RGB (Red+Green+Blue) = 2+135+146=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #028792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028792 is #FD786D. Grayscale: #606060. Windows color (decimal): -16611438 or 9602818. OLE color: 9602818.

HSL color Cylindrical-coordinate representation of color #028792: hue angle of 184.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028792 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2135146-
CMYK0.990.0800.43
HSL184.58º97.3%29.02%-
HSV(B)184.58º98.63%57.25%-
XYZ13.8819.4230.21-
YUV96.49155.9460.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=0.71%
G=47.70%
B=51.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21351460.990.0800.43184.5897.329.02
Hex2879263802Bb9611d
Octal22072221431005327114135
Binary10100001111001001011000111000010101110111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028792; }

 p { color: rgb(2,135,146); }

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

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

 a { background-color: rgb(2,135,146); }

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

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

 span { border-color: rgb(2,135,146); }

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