Html Css Color HEX #027081 Teal

📋 copy color: '#027081'

red 2 ◦ green 112 ◦ blue 129

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

Shades of Teal #027081

Tints of Teal #027081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.09%

R = 0.82%
G = 46.09%
B = 53.09%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#027081 (or 0x027081) is known color: Teal. HEX triplet: 02, 70 and 81. RGB value is (2,112,129). Sum of RGB (Red+Green+Blue) = 2+112+129=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #027081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027081 is #FD8F7E. Grayscale: #505050. Windows color (decimal): -16617343 or 8482818. OLE color: 8482818.

HSL color Cylindrical-coordinate representation of color #027081: hue angle of 188.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027081 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 112 129 -
CMYK 0.98 0.13 0 0.49
HSL 188.03º 0.97% 0.26% -
HSV(B) 188.03º 0.98% 0.51% -
XYZ 9.78 13.19 22.8 -
YUV 81.05 155.06 71.62 -
System Red Green Blue C M Y K H S L
Decimal 2 112 129 0.98 0.13 0 0.49 188.03 0.97 0.26
Hex 2 70 81 62 D 0 31 BC 61 1A
Octal 2 160 201 142 15 0 61 274 141 32
Binary 10 1110000 10000001 1100010 1101 0 110001 10111100 1100001 11010

Color Harmonies of #027081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027081

Black with #027081

Text Example


Text Example

White with #027081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027081; }

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

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

background-color css

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

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

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

border-color css

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

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

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