Html Css Color HEX #027080 Teal

📋 copy color: '#027080'

red 2 ◦ green 112 ◦ blue 128

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

Shades of Teal #027080

Tints of Teal #027080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 0.83%
G = 46.28%
B = 52.89%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#027080 (or 0x027080) is known color: Teal. HEX triplet: 02, 70 and 80. RGB value is (2,112,128). Sum of RGB (Red+Green+Blue) = 2+112+128=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #027080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027080 is #FD8F7F. Grayscale: #505050. Windows color (decimal): -16617344 or 8417282. OLE color: 8417282.

HSL color Cylindrical-coordinate representation of color #027080: hue angle of 187.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027080 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 112 128 -
CMYK 0.98 0.12 0 0.50
HSL 187.62º 0.97% 0.25% -
HSV(B) 187.62º 0.98% 0.5% -
XYZ 9.72 13.16 22.45 -
YUV 80.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 2 112 128 0.98 0.12 0 0.50 187.62 0.97 0.25
Hex 2 70 80 62 C 0 32 BC 61 19
Octal 2 160 200 142 14 0 62 274 141 31
Binary 10 1110000 10000000 1100010 1100 0 110010 10111100 1100001 11001

Color Harmonies of #027080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027080

Black with #027080

Text Example


Text Example

White with #027080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027080; }

 p { color: rgb(2,112,128); }

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

background-color css

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

 a { background-color: rgb(2,112,128); }

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

border-color css

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

 span { border-color: rgb(2,112,128); }

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