Html Css Color HEX #027E8A Teal

📋 copy color: '#027E8A'

red 2 ◦ green 126 ◦ blue 138

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

Shades of Teal #027E8A

Tints of Teal #027E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.37%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 0.75%
G = 47.37%
B = 51.88%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#027E8A (or 0x027E8A) is known color: Teal. HEX triplet: 02, 7E and 8A. RGB value is (2,126,138). Sum of RGB (Red+Green+Blue) = 2+126+138=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #027E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E8A is #FD8175. Grayscale: #5A5A5A. Windows color (decimal): -16613750 or 9076226. OLE color: 9076226.

HSL color Cylindrical-coordinate representation of color #027E8A: hue angle of 185.29º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027E8A is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 126 138 -
CMYK 0.99 0.09 0 0.46
HSL 185.29º 0.97% 0.27% -
HSV(B) 185.29º 0.99% 0.54% -
XYZ 12.07 16.77 26.65 -
YUV 90.29 154.92 65.02 -
System Red Green Blue C M Y K H S L
Decimal 2 126 138 0.99 0.09 0 0.46 185.29 0.97 0.27
Hex 2 7E 8A 63 9 0 2E B9 61 1B
Octal 2 176 212 143 11 0 56 271 141 33
Binary 10 1111110 10001010 1100011 1001 0 101110 10111001 1100001 11011

Color Harmonies of #027E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E8A

Black with #027E8A

Text Example


Text Example

White with #027E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,138); }

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

background-color css

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

 a { background-color: rgb(2,126,138); }

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

border-color css

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

 span { border-color: rgb(2,126,138); }

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