Html Css Color HEX #027A8D Teal

📋 copy color: '#027A8D'

red 2 ◦ green 122 ◦ blue 141

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

Shades of Teal #027A8D

Tints of Teal #027A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 0.75%
G = 46.04%
B = 53.21%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#027A8D (or 0x027A8D) is known color: Teal. HEX triplet: 02, 7A and 8D. RGB value is (2,122,141). Sum of RGB (Red+Green+Blue) = 2+122+141=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #027A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A8D is #FD8572. Grayscale: #585858. Windows color (decimal): -16614771 or 9271810. OLE color: 9271810.

HSL color Cylindrical-coordinate representation of color #027A8D: hue angle of 188.2º 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 #027A8D is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 122 141 -
CMYK 0.99 0.13 0 0.45
HSL 188.2º 0.97% 0.28% -
HSV(B) 188.2º 0.99% 0.55% -
XYZ 11.79 15.86 27.64 -
YUV 88.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 2 122 141 0.99 0.13 0 0.45 188.2 0.97 0.28
Hex 2 7A 8D 63 D 0 2D BC 61 1C
Octal 2 172 215 143 15 0 55 274 141 34
Binary 10 1111010 10001101 1100011 1101 0 101101 10111100 1100001 11100

Color Harmonies of #027A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A8D

Black with #027A8D

Text Example


Text Example

White with #027A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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