#067083

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

Shades of Teal #067083

Tints of Teal #067083

Color information

#067083 (or 0x067083) is unknown color: approx Teal. HEX triplet: 06, 70 and 83. RGB value is (6,112,131). Sum of RGB (Red+Green+Blue) = 6+112+131=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #067083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067083 is #F98F7C. Grayscale: #525252. Windows color (decimal): -16355197 or 8613894. OLE color: 8613894.

HSL color Cylindrical-coordinate representation of color #067083: hue angle of 189.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067083 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6112131-
CMYK0.950.1500.49
HSL189.12º91.24%26.86%-
HSV(B)189.12º95.42%51.37%-
XYZ9.9713.2723.51-
YUV82.47155.3873.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=2.41%
G=44.98%
B=52.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61121310.950.1500.49189.1291.2426.86
Hex670835FF031bd5b1b
Octal61602031371706127513333
Binary11011100001000001110111111111011000110111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067083; }

 p { color: rgb(6,112,131); }

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

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

 a { background-color: rgb(6,112,131); }

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

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

 span { border-color: rgb(6,112,131); }

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