#027F90

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

Shades of Dark Cyan #027F90

Tints of Dark Cyan #027F90

Color information

#027F90 (or 0x027F90) is unknown color: approx Dark Cyan. HEX triplet: 02, 7F and 90. RGB value is (2,127,144). Sum of RGB (Red+Green+Blue) = 2+127+144=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #027F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F90 is #FD806F. Grayscale: #5B5B5B. Windows color (decimal): -16613488 or 9469698. OLE color: 9469698.

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

Color convert

RGB2127144-
CMYK0.990.1200.44
HSL187.18º97.26%28.63%-
HSV(B)187.18º98.61%56.47%-
XYZ12.6517.2129.04-
YUV91.56157.5964.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 127 (50% from 255) = 46.52%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=0.73%
G=46.52%
B=52.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21271440.990.1200.44187.1897.2628.63
Hex27F9063C02Cbb611d
Octal21772201431405427314135
Binary1011111111001000011000111100010110010111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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