#027E8E

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

Shades of Dark Cyan #027E8E

Tints of Dark Cyan #027E8E

Color information

#027E8E (or 0x027E8E) is unknown color: approx Dark Cyan. HEX triplet: 02, 7E and 8E. RGB value is (2,126,142). Sum of RGB (Red+Green+Blue) = 2+126+142=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #027E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E8E is #FD8171. Grayscale: #5A5A5A. Windows color (decimal): -16613746 or 9338370. OLE color: 9338370.

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

Color convert

RGB2126142-
CMYK0.990.1100.44
HSL186.86º97.22%28.24%-
HSV(B)186.86º98.59%55.69%-
XYZ12.3716.8928.2-
YUV90.75156.9264.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 126 (49.61% from 255) = 46.67%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=0.74%
G=46.67%
B=52.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21261420.990.1100.44186.8697.2228.24
Hex27E8E63B02Cbb611c
Octal21762161431305427314134
Binary1011111101000111011000111011010110010111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027E8E; }

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

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

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

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

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

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

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

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