Html Css Color HEX #027A8E Teal

📋 copy color: '#027A8E'

red 2 ◦ green 122 ◦ blue 142

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

Shades of Teal #027A8E

Tints of Teal #027A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.86%

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 0.75%
G = 45.86%
B = 53.38%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#027A8E (or 0x027A8E) is known color: Teal. HEX triplet: 02, 7A and 8E. RGB value is (2,122,142). Sum of RGB (Red+Green+Blue) = 2+122+142=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #027A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A8E is #FD8571. Grayscale: #585858. Windows color (decimal): -16614770 or 9337346. OLE color: 9337346.

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

Color convert

RGB 2 122 142 -
CMYK 0.99 0.14 0 0.44
HSL 188.57º 0.97% 0.28% -
HSV(B) 188.57º 0.99% 0.56% -
XYZ 11.87 15.88 28.03 -
YUV 88.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 2 122 142 0.99 0.14 0 0.44 188.57 0.97 0.28
Hex 2 7A 8E 63 E 0 2C BD 61 1C
Octal 2 172 216 143 16 0 54 275 141 34
Binary 10 1111010 10001110 1100011 1110 0 101100 10111101 1100001 11100

Color Harmonies of #027A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A8E

Black with #027A8E

Text Example


Text Example

White with #027A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,122,142); }

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

background-color css

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

 a { background-color: rgb(2,122,142); }

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

border-color css

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

 span { border-color: rgb(2,122,142); }

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