Html Css Color HEX #027A8B Teal

📋 copy color: '#027A8B'

red 2 ◦ green 122 ◦ blue 139

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

Shades of Teal #027A8B

Tints of Teal #027A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.85%

R = 0.76%
G = 46.39%
B = 52.85%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#027A8B (or 0x027A8B) is known color: Teal. HEX triplet: 02, 7A and 8B. RGB value is (2,122,139). Sum of RGB (Red+Green+Blue) = 2+122+139=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #027A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A8B is #FD8574. Grayscale: #575757. Windows color (decimal): -16614773 or 9140738. OLE color: 9140738.

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

Color convert

RGB 2 122 139 -
CMYK 0.99 0.12 0 0.45
HSL 187.45º 0.97% 0.28% -
HSV(B) 187.45º 0.99% 0.55% -
XYZ 11.64 15.8 26.86 -
YUV 88.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 2 122 139 0.99 0.12 0 0.45 187.45 0.97 0.28
Hex 2 7A 8B 63 C 0 2D BB 61 1C
Octal 2 172 213 143 14 0 55 273 141 34
Binary 10 1111010 10001011 1100011 1100 0 101101 10111011 1100001 11100

Color Harmonies of #027A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A8B

Black with #027A8B

Text Example


Text Example

White with #027A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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