Html Css Color HEX #027986 Teal

📋 copy color: '#027986'

red 2 ◦ green 121 ◦ blue 134

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

Shades of Teal #027986

Tints of Teal #027986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

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

R = 0.78%
G = 47.08%
B = 52.14%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#027986 (or 0x027986) is known color: Teal. HEX triplet: 02, 79 and 86. RGB value is (2,121,134). Sum of RGB (Red+Green+Blue) = 2+121+134=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #027986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027986 is #FD8679. Grayscale: #565656. Windows color (decimal): -16615034 or 8812802. OLE color: 8812802.

HSL color Cylindrical-coordinate representation of color #027986: hue angle of 185.91º 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 #027986 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 121 134 -
CMYK 0.99 0.10 0 0.47
HSL 185.91º 0.97% 0.27% -
HSV(B) 185.91º 0.99% 0.53% -
XYZ 11.17 15.41 24.94 -
YUV 86.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 2 121 134 0.99 0.10 0 0.47 185.91 0.97 0.27
Hex 2 79 86 63 A 0 2F BA 61 1B
Octal 2 171 206 143 12 0 57 272 141 33
Binary 10 1111001 10000110 1100011 1010 0 101111 10111010 1100001 11011

Color Harmonies of #027986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027986

Black with #027986

Text Example


Text Example

White with #027986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027986; }

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

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

background-color css

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

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

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

border-color css

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

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

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