#028F7F

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

Shades of Dark Cyan #028F7F

Tints of Dark Cyan #028F7F

Color information

#028F7F (or 0x028F7F) is unknown color: approx Dark Cyan. HEX triplet: 02, 8F and 7F. RGB value is (2,143,127). Sum of RGB (Red+Green+Blue) = 2+143+127=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #028F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F7F is #FD7080. Grayscale: #626262. Windows color (decimal): -16609409 or 8359682. OLE color: 8359682.

HSL color Cylindrical-coordinate representation of color #028F7F: hue angle of 173.19º 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 #028F7F is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB2143127-
CMYK0.9900.110.44
HSL173.19º97.24%28.43%-
HSV(B)173.19º98.6%56.08%-
XYZ13.6821.1923.45-
YUV99.02143.7958.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 143 (56.25% from 255) = 52.57%
BLUE value IS 127 (50% from 255) = 46.69%
R=0.74%
G=52.57%
B=46.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21431270.9900.110.44173.1997.2428.43
Hex28F7F630B2Cad611c
Octal22171771430135425514134
Binary1010001111111111111000110101110110010101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028F7F; }

 p { color: rgb(2,143,127); }

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

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

 a { background-color: rgb(2,143,127); }

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

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

 span { border-color: rgb(2,143,127); }

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