Html Css Color HEX #027786 Teal

📋 copy color: '#027786'

red 2 ◦ green 119 ◦ blue 134

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

Shades of Teal #027786

Tints of Teal #027786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

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

R = 0.78%
G = 46.67%
B = 52.55%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#027786 (or 0x027786) is known color: Teal. HEX triplet: 02, 77 and 86. RGB value is (2,119,134). Sum of RGB (Red+Green+Blue) = 2+119+134=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #027786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027786 is #FD8879. Grayscale: #555555. Windows color (decimal): -16615546 or 8812290. OLE color: 8812290.

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

Color convert

RGB 2 119 134 -
CMYK 0.99 0.11 0 0.47
HSL 186.82º 0.97% 0.27% -
HSV(B) 186.82º 0.99% 0.53% -
XYZ 10.92 14.93 24.86 -
YUV 85.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 2 119 134 0.99 0.11 0 0.47 186.82 0.97 0.27
Hex 2 77 86 63 B 0 2F BB 61 1B
Octal 2 167 206 143 13 0 57 273 141 33
Binary 10 1110111 10000110 1100011 1011 0 101111 10111011 1100001 11011

Color Harmonies of #027786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027786

Black with #027786

Text Example


Text Example

White with #027786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027786; }

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

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

background-color css

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

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

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

border-color css

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

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

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