#027B8B

Color #027B8B Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #027B8B

Tints of Teal #027B8B

Color information

#027B8B (or 0x027B8B) is unknown color: approx Teal. HEX triplet: 02, 7B and 8B. RGB value is (2,123,139). Sum of RGB (Red+Green+Blue) = 2+123+139=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #027B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B8B is #FD8474. Grayscale: #585858. Windows color (decimal): -16614517 or 9140994. OLE color: 9140994.

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

Color convert

RGB2123139-
CMYK0.990.1200.45
HSL187.01º97.16%27.65%-
HSV(B)187.01º98.56%54.51%-
XYZ11.7716.0426.9-
YUV88.64156.4166.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 123 (48.44% from 255) = 46.59%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=0.76%
G=46.59%
B=52.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21231390.990.1200.45187.0197.1627.65
Hex27B8B63C02Dbb611c
Octal21732131431405527314134
Binary1011110111000101111000111100010110110111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #027B8B;
 }
 .AnyTagClassName
 {
   color: #027B8B;
 }
</style>
background-color css

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

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

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

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

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

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