#067383

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

Shades of Teal #067383

Tints of Teal #067383

Color information

#067383 (or 0x067383) is unknown color: approx Teal. HEX triplet: 06, 73 and 83. RGB value is (6,115,131). Sum of RGB (Red+Green+Blue) = 6+115+131=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #067383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067383 is #F98C7C. Grayscale: #545454. Windows color (decimal): -16354429 or 8614662. OLE color: 8614662.

HSL color Cylindrical-coordinate representation of color #067383: hue angle of 187.68º 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 #067383 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6115131-
CMYK0.950.1200.49
HSL187.68º91.24%26.86%-
HSV(B)187.68º95.42%51.37%-
XYZ10.313.9423.62-
YUV84.23154.3972.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=2.38%
G=45.63%
B=51.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61151310.950.1200.49187.6891.2426.86
Hex673835FC031bc5b1b
Octal61632031371406127413333
Binary11011100111000001110111111100011000110111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067383; }

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

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

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

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

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

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

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

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