Html Css Color HEX #027F86 Teal

📋 copy color: '#027F86'

red 2 ◦ green 127 ◦ blue 134

#027F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #027F86

Tints of Teal #027F86

RGB

 RED value IS 2 (1.17% from 255) = 0.76%

 GREEN value IS 127 (50% from 255) = 48.29%

 BLUE value IS 134 (52.73% from 255) = 50.95%

R = 0.76%
G = 48.29%
B = 50.95%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#027F86 (or 0x027F86) is known color: Teal. HEX triplet: 02, 7F and 86. RGB value is (2,127,134). Sum of RGB (Red+Green+Blue) = 2+127+134=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #027F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F86 is #FD8079. Grayscale: #5A5A5A. Windows color (decimal): -16613498 or 8814338. OLE color: 8814338.

HSL color Cylindrical-coordinate representation of color #027F86: hue angle of 183.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027F86 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 127 134 -
CMYK 0.99 0.05 0 0.47
HSL 183.18º 0.97% 0.27% -
HSV(B) 183.18º 0.99% 0.53% -
XYZ 11.92 16.91 25.19 -
YUV 90.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 2 127 134 0.99 0.05 0 0.47 183.18 0.97 0.27
Hex 2 7F 86 63 5 0 2F B7 61 1B
Octal 2 177 206 143 5 0 57 267 141 33
Binary 10 1111111 10000110 1100011 101 0 101111 10110111 1100001 11011

Color Harmonies of #027F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F86

Black with #027F86

Text Example


Text Example

White with #027F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #027F86;
 }
 .AnyTagClassName
 {
   color: #027F86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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